EdDoc: home/python/and
A reserved word that is part of the core Python language. Used to assign a shorthand reference to a module.
>>> import turtle as t: >>> t.forward(100)