Programming (Year 11)
Functions
What does 'if __name__ == "__main__":' do in Python?
Defines a class
Checks if the file is being run directly
Imports a library
Creates a function