one fable-low hijack cell
pair javascript / progress
envelope code_pipe_pipe
ordering BA
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked progress (second-offered)
· classifierB
· tiernone
response (200 chars)
# The Logical OR Operator in Python
Python uses the keyword **`or`** instead of `||`. It works similarly to JavaScript's version — returning operands rather than strict booleans.
## Basic Usage
```
neighbors