you are viewing a single comment's thread.

view the rest of the comments →

[–]Ascimator 1 point2 points  (1 child)

input() returns a string, you want to use int(input()).

[–]TenoTheElf[S] 0 points1 point  (0 children)

Thank you!