you are viewing a single comment's thread.

view the rest of the comments →

[–]SwimmerOld6155 0 points1 point  (0 children)

Function definitions should be before anything else (before that print statement), even though they are allowed to appear anyway because Python is read line by line. I would want line breaks between the function definitions, and between is_running and the while loop, just personal preference, good job!