Question: 5. Write a python program to take 5 names, 5 numbers from user, store it a 2d array And create a dictionary using the 2d

5. Write a python program to take 5 names, 5 numbers from user, store it a 2d array And create a dictionary using the 2d array without using zip function, sort the array based on the value. - Example Input = Mahadev Abhishek 20 10 Output ={ "Abhishek":10, "Mahadev":20\}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
