one fable-low hijack cell
pair local / nonlocal
envelope code_haskell_alt
ordering AB
effort low
Haskell alternative operator — '{X} <|> {Y}' (Alternative class).
verdictpicked local (first-offered)
· classifierA
· tiernone
response (200 chars)
# `local` vs `nonlocal` in Python
## Local Variables (default behavior)
Python has **no `local` keyword** — variables assigned inside a function are local by default.
```python
def outer():
x =
neighbors