There are a lot of built-in modules that can help us with all sorts of things, like working with dates and times.

How might we get the datetime module into our script?

That's right! We use the import keyword with the module's name to bring it into the script.

Might we need to import rather than select or use the module?