Question: 5. Write a Python script to print a dictionary where the keys are numbers between 1 and 15 (both included) and the values are square

 5. Write a Python script to print a dictionary where the

5. Write a Python script to print a dictionary where the keys are numbers between 1 and 15 (both included) and the values are square of keys. Go to the editor Sample Dictionary {1:1, 2:4, 3:9, 4: 16, 5:25, 6:36, 7:49, 8: 64, 9: 81, 10: 100, 11: 121, 12: 144, 13: 169, 14: 196, 15: 225)

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!