Revision: 11964
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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