Showing posts with label iterate. Show all posts
Showing posts with label iterate. Show all posts

How to iterate dictionary in Python?

for key, value in mydict.iteritems()
      print "key:", key, ",value:", value