my_dict={"name":"Alice","age":25}
dict1={"a":1}
dict2={"b":2}
dict1.update(dict2)
dict1
merged_dict=dict1|dict2
print(merged_dict)

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: