Programming (Year 12)
Modules
What does 'if __name__ == "__main__":' signify in a Python script?
It runs the script when imported as a module
It checks if the script is run directly
It prevents code from running
It starts the program