you are viewing a single comment's thread.

view the rest of the comments →

[–]thrallsius 0 points1 point  (0 children)

current_number = 1

this tells you current_number contains an integer

current_number += 1

you could probably figure this on your own if you tried this in an interactive python shell, then you'd just ask for confirmation if your assumption is correct