Question: Python Ask the user to enter a number. Create and print a dictionary where the keys are numbers between 1 and num and the values
| Python Ask the user to enter a number. Create and print a dictionary where the keys are numbers between 1 and num and the values are the square of the key. Ex: if user entered 5 for num, output is {1: 1, 2: 4, 3: 9, 4: 16, 5: 25} |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
