ID EN
Decimal

logical_and

Python 3.11

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

Syntax

PYTHON
logical_and(other, context=None)

See Also

logical_and() Logical operands