dicionary python display some keys code example Example: print key of dictionary python for key, value in mydic.iteritems() : print key, value