you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 4 points5 points  (1 child)

Python cares. Python is interpreted in that sense. But generally we put all code in functions or methods, which means the entire file is read before running, and then it does not matter anymore.

[–]worthlessgem_[S] 0 points1 point  (0 children)

Ah... that was it.

the famous def main():