In the Python Guide\'s chapter on project structure, the term \"top-level statement\" is brought up a few times. I\'m not sure exactly what this refers to. My guess is it\'s any
In python, the statements which are not indented are called a top-level statement. Internally python gives a special name to top-level statement s as __main__.