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