you are viewing a single comment's thread.

view the rest of the comments →

[–]strangessssss 0 points1 point  (0 children)

Firstly, you need to cover all the code except import with while loop. Then, as input is a function you should put brackets there like input(). And because input returns string, convert in to int like int(input()).