Skip to content

Python

Top-Level Code Environment

if __name__ == '__main__':
    print("foo")

main