one fable-low hijack cell
pair freedom / python
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked freedom (first-offered)
· classifierA
· tiernone
response (200 chars)
Looks like you're playing with Python's `^` operator! Here's what it actually does:
## `^` is the XOR (exclusive or) operator in Python
**With integers** — bitwise XOR:
```python
>>> 5 ^ 3
6
# 101 X
neighbors