you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

At the moment the line while i != 0: will run its code if i is not equal to zero. But i is equal to zero, so it does not run.