Programming (Year 12)
Modules
What is the purpose of the 'if __name__ == "__main__":' statement?
To import modules
To define a function
To run code only if the file is executed directly
To create a class