Programming (11th Grade)
Modules
What does 'if __name__ == "__main__":' do in a Python script?
Runs the script as a module
Prevents the script from running
Indicates the start of the script
Allows the script to be imported
Next