Question: Please typy in PYTHON!!! Thank you! 3. Create a dictionary that maps the first n counting numbers to their squares. Perform the following test case:
Please typy in PYTHON!!! Thank you!
3. Create a dictionary that maps the first n counting numbers to their squares. Perform the following test case: when n=5 your code should produce the dictionary {1:1, 2:4, 3:9, 4:16, 5:25}. (0.5%]
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
