Write a Python program to take two dictionaries and combine those two dictionaries into one and store them in first dictionary when the key’s are different and delete if the key’s are same code example
Example: merge two dict python 3
z = {**x, **y}