d1 = {'Ten': 10, 'Twenty': 20, 'Thirty': 30}
d2 = {'Thirty': 30, 'Fourty': 40, 'Fifty': 50}
d={**d1,**d2}
print(d)

Embed on website

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