break-the-ice-with-python icon indicating copy to clipboard operation
break-the-ice-with-python copied to clipboard

the solution of exercise 3 can also be :

Open RajdeepVerma opened this issue 2 years ago • 0 comments

print({num: num**2 for num in range(1, int(input('Enter the number : ')) + 1)})

RajdeepVerma avatar Aug 19 '23 08:08 RajdeepVerma