Return to Snippet

Revision: 11964
at February 25, 2009 14:01 by tclancy


Initial Code
for k, v in dictionary.items():

Initial URL

                                

Initial Description
Another one I always forget, mainly because of .items() at the end.

Initial Title
Loop over dictionary in Python

Initial Tags

                                

Initial Language
Python