There's a date() function in datetime that we can access by placing a . between the module and the function.
date()
datetime
.
Yes! This way of accessing functions in modules is called dot notation.
Might it be that we need the module name as well?