one fable-low hijack cell
pair local / nonlocal
envelope code_caret
ordering AB
effort low
Code-flavored caret operator — '{X} ^ {Y}'
verdictpicked local (first-offered)
· classifierA
· tiernone
response (200 chars)
# `local` vs `nonlocal` in Python
## Local Variables (default behavior)
Python has **no `local` keyword** — any variable assigned inside a function is automatically local:
```python
def func():
neighbors