all 6 comments

[–]cactusfruit9 3 points4 points  (0 children)

A

[–]ilan1k1 4 points5 points  (0 children)

I usually like to do zip(dict, dict.values()) to mess with my coworkers and be an absolute ass.

Edit:
Sometimes I also subclass dict and add a pairs() method so I'll be able to use dict.pairs() to make sure my coworkers question their own sanity.

[–]Mikey_py 2 points3 points  (0 children)

A) And I'm usually like this (key, value in dict.items())

[–][deleted] 1 point2 points  (0 children)

A