Programming (Year 12)
Modules
What does 'if __name__ == "__main__":' accomplish in a Python script?
Defines a function
Checks if the script is being run directly or imported
Creates a new variable
Executes all functions in the script
Next