one fable-low hijack cell
pair bourbon / python
envelope code_caret
ordering BA
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked bourbon (first-offered)
· classifierA
· tiernone
response (200 chars)
Fun input! A few ways to read `python ^ bourbon`:
## 1. As actual Python code (XOR operator)
`^` is bitwise XOR in Python, but it doesn't work on strings:
```python
>>> "python" ^ "bourbon"
TypeErr
neighbors