Snippets tagged “xor”
1 snippet uses this tag.
- How do you get the logical xor of two variables in Python?Python
You can use the ^ operator to get the logical XOR of two variables in Python.
1 snippet uses this tag.
You can use the ^ operator to get the logical XOR of two variables in Python.