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

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

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!