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