one fable-low hijack cell
pair change / python
envelope en_pipe
ordering AB
effort low
English with pipe '|' — '{X} | {Y}'
verdictpicked python (second-offered)
· classifierB
· tiernone
response (200 chars)
# The `|` Operator in Python
The pipe character `|` has several uses in Python:
## 1. Bitwise OR (integers)
```python
5 | 3 # 0b101 | 0b011 = 0b111 → 7
```
## 2. Set Union
```python
{1, 2} | {2,
neighbors