To use a module, we import it with the keyword import followed by the module's name, like here with import math.
import
import math
Make sure to type import.