ID EN
Decimal

logical_or

Python 3.11

logical_or() is a logical operation which takes two logical operands (see Logical operands). The result is the digit-wise or of the two operands.

Syntax

PYTHON
logical_or(other, context=None)

See Also

logical_or() Logical operands