Question: Ex3: Below are the two lists. Write a Python program to convert them into a dictionary in a way that item from list1 is the

 Ex3: Below are the two lists. Write a Python program to

Ex3: Below are the two lists. Write a Python program to convert them into a dictionary in a way that item from list1 is the key and item from list 2 is the value keys = ['Ten', 'Twenty', 'Thirty'] values =[10,20,30] Expected output

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!