Return to Snippet

Revision: 4746
at January 18, 2008 20:40 by rob_cowie


Initial Code
for key in sorted(myDict.keys()):
    item = myDict[key]
    ## do stuff

Initial URL


Initial Description


Initial Title
Access a dict in sorted key order

Initial Tags
textmate, python

Initial Language
R