Python: Boolean Operators

By Xah Lee. Date: .
x and y
and
x or y
or
not x
negation

Python: Operators