When might we need the as keyword?

When we need to rename a functionWhen we want to rename a moduleWhenever we want to import a module

Perfect! The as keyword allows us to prevent name conflicts by renaming functions, not whole modules.

Oh noes! The as keyword allows us to prevent name conflicts by renaming functions, not whole modules.