Python 3 - EdDoc

EdDoc: home/python/and

as

A reserved word that is part of the core Python language.
Used to assign a shorthand reference to a module.

example:

>>> import turtle as t:
>>> t.forward(100)