one fable-low hijack cell
pair python / truth
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked python (first-offered)
· classifierA
· tiernone
response (200 chars)
# Python `^` Operator and Truth Values
In Python, `^` is the **bitwise XOR** (exclusive or) operator. When used with booleans, it acts as **logical XOR**.
## With Booleans
```python
True ^ True
neighbors