Home
/
Python 3.11
/
Operators
/
ixor
Python 3.0
Python 3.9
Python 3.11
Functions
ID
EN
…
Operators
ixor
Python 3.11
a = ixor(a, b) is equivalent to a ^= b.
Syntax
PYTHON
Copy
operator.ixor(a, b)