Python 3 - EdDoc

EdDoc: home/python/and

and

A reserved word that is part of the core Python language.
A logical operator used to check whether two conditions are satisfied.

example:

>>> a = 1
>>> b = 2
>>> if a == 1 and b == 2:
        # continue