Question: I want a cod(Writing) please fast answers Q2 Write a program to generate a dictionary that contains (i, i*i) such that is an integral number
Q2 Write a program to generate a dictionary that contains (i, i*i) such that is an integral number between 1 and n (both included). and then the program should print the dictionary. Input: 8 Then, the output should be: {1:1, 2:4, 3:9.4: 16, 5:25, 6:36, 7:49.8: 64}
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
