one fable-low hijack cell
pair global / python
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked global (first-offered)
· classifierA
· tiernone
response (200 chars)
# Python: `||` and `global`
## 1. `||` — Doesn't Exist in Python!
Python uses the keyword **`or`** instead of `||` (which is used in C, Java, JavaScript):
```python
# ❌ Wrong (SyntaxError)
if x > 5
neighbors