one fable-low hijack cell
pair change / python
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked change (first-offered)
· classifierA
· tiernone
response (200 chars)
In Python, `^` is **not** exponentiation** — it's the **bitwise XOR** operator. This trips up a lot of people coming from math notation or other languages.
## What `^` actually does (XOR)
```python
neighbors