Dictionary type - Exercises
Many thanks to the following people for contributing to these exercises: Joe Stacey, Oana Cocarascu
Ex1: Write a program that takes an integer from the user and creates a dictionary with all the numbers from 1 to that integer, where:
- The key is the number
- And the value is the square of that number.