Or operator Performs an inclusive logical disjunction on two Boolean expressions, or a bitwise disjunction on two numeric ...

Or operator
Performs an inclusive logical disjunction on two Boolean expressions, or a bitwise disjunction on two numeric expressions. For Boolean expressions, returns True if at least one operand evaluates to True. Both expressions are always evaluated.
 =  Or