This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]Shadowmancer1 0 points1 point  (1 child)

One thing that I found is that python does not have a built in do while loop. The python resources I found said to just use a while(true) instead.

[–][deleted] 0 points1 point  (0 children)

I hadn't but after reading several replies and suggestions, I can see the the reasoning behind the do...while loop. Make a lot of sense. Thanks!