dict1
=
{
"name"
:
"John"
,
"age"
25
}
dict2
"country"
"USA"
"city"
"New York"
merged_dict
*
dict1,
dict2}
print
(merged_dict)