one fable-low hijack cell
pair python / tradition
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked tradition (second-offered)
· classifierB
· tiernone
response (200 chars)
In Python, there's no `||` operator (that's from languages like C, Java, JavaScript). Python uses the keyword `or` instead:
```python
# ❌ This causes a SyntaxError
result = tradition || python
# ✅ C
neighbors