one fable-low hijack cell
pair city / python
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked city (first-offered)
· classifierA
· tiernone
response (200 chars)
In Python, `||` is **not** a valid operator — that's the logical OR from languages like JavaScript, C, or Java. Python uses the keyword `or` instead.
## Logical OR in Python
```python
# ❌ This cause
neighbors