How might we get the datetime module into our script?
datetime
That's right! We use the import keyword with the module's name to bring it into the script.
import
Might we need to import rather than select or use the module?