We can also rename a function by importing it with the as keyword.

Right! This makes sense when we already have a function with the same name in a script.

We've renamed the date() function from the datetime module to avoid conflict with our own date(), right?