Programming (Year 12)
Modules and Libraries
What is the function of the 'import' statement in Python?
To declare variables
To include external libraries and modules
To define functions
To create loops
Next