one fable-low hijack cell
pair horizon / python
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked python (second-offered)
· classifierB
· tiernone
response (200 chars)
In Python, there's no `||` operator — that's from languages like C, Java, or JavaScript. Python uses the keyword **`or`** instead:
```python
# Logical OR
if x > 10 or y < 5:
print("condition met"
neighbors