l1=['ten','twenty','thirty'] l2=[10,20,30] d=dict(zip(l1,l2)) print(d)
To embed this program on your website, copy the following code and paste it into your website's HTML: