for key, value in mydic.items() : print (key, value)
for key, value in mydic.iteritems() : print key, value