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 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
Get step-by-step solutions from verified subject matter experts
