one fable-low hijack cell
pair python / silence
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked python (first-offered)
· classifierA
· tiertier1:leading_literal
response (200 chars)
Python doesn't use `||` — that's the OR operator in languages like JavaScript, C, or Java. In Python, you use the keyword `or` instead:
```python
# Logical OR
if x > 5 or y < 10:
print("condition
neighbors