ID EN
Decimal

logical_xor

Python 3.11

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

Syntax

PYTHON
logical_xor(other, context=None)

See Also

logical_xor() Logical operands