How do we add a module to our code?
By adding
import
followed by the module name
By adding just the module name to the top of the file
By adding
import
followed by the module name.