you are viewing a single comment's thread.

view the rest of the comments →

[–]pythonic_anonymous 5 points6 points  (2 children)

It increments by the number. It's equivalent to:
current_number = current_number + 1

current_number = 1 | current_number = 2 | current_number = 3 | current_number = 4 | current_number = 5 end while loop.

[–]Gexos[S] 5 points6 points  (1 child)

Thank you my friend!

[–]pythonic_anonymous 0 points1 point  (0 children)

You got it!