Question: I AM USING PYTHON 3.6.4 Example 3 Create a function which can print a dictionary where the keys are numbers between 1 and n (both

 I AM USING PYTHON 3.6.4 Example 3 Create a function which

I AM USING PYTHON 3.6.4

Example 3 Create a function which can print a dictionary where the keys are numbers between 1 and n (both included) and the values are square of keys. (input parameter of the function is an integer n) Sample Input Enter an integer -5 Sample Output myDictionary-1: 1, 2:4, 3:9, 4:16, 5:25) 10 points

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!