How might we call a function named choice() from a module named random?
choice()
random
Perfect! We use the import keyword with the module name.
import
Yikes! We use the import keyword with the module name.