one fable-low hijack cell
pair local / nonlocal
envelope en_vs
ordering BA
effort low
English 'vs' framing — '{X} vs {Y}'
verdictpicked local (first-offered)
· classifierA
· tiernone
response (200 chars)
# `nonlocal` vs `local` (and `global`) in Python
## Local Variables
Variables assigned inside a function are **local** by default — they exist only within that function.
```python
def func():
x
neighbors