EdDoc: home/python/and
A reserved word that is part of the core Python language. A logical operator used to check whether two conditions are satisfied.
>>> a = 1 >>> b = 2 >>> if a == 1 and b == 2: # continue