as` keyword. Here's an example:my_module.py` with a function called `my_function`. You can import the module with a new name like this :import my_module as mm
result = mm.my_function()my_module` module with the name `mm`. We can then call the `my_function` function using the `mm` prefix.