Run
my_dict = { 'foo':12, 'bar':14 } for key in my_dict.keys(): print(key)
Output