We can also just import specific functions we need from a module.

Huzzah! With this import statement, we can call the date() function without putting datetime before it.

Psst: we can import multiple functions by separating them with commas.

We can't use the date() function if it's missing, right?