break-the-ice-with-python
break-the-ice-with-python copied to clipboard
the solution of exercise 3 can also be :
print({num: num**2 for num in range(1, int(input('Enter the number : ')) + 1)})