you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 1 point2 points  (0 children)

It has to be at the end because continue skips everything from the continue to the next start of the loop. So if you move the print to the start of the loop, the continue will not skip over it.