one fable-low hijack cell
pair local / nonlocal
envelope de_oder
ordering BA
effort low
German 'oder' (or) framing. 'X oder Y?' — colloquial choice in German.
verdictpicked local (first-offered)
· classifierA
· tiernone
response (200 chars)
# `nonlocal` vs. lokale Variablen in Python
## Lokal (Standard)
Eine Variable, die du in einer Funktion zuweist, ist automatisch **lokal**:
```python
def outer():
x = 10
def inner():
neighbors