Huzzah! With this import statement, we can call the date() function without putting datetime before it.
date()
datetime
Psst: we can import multiple functions by separating them with commas.
We can't use the date() function if it's missing, right?