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