one fable-low hijack cell
pair local / nonlocal
envelope fr_ou
ordering BA
effort low
French 'ou' (or) framing — 'X ou Y?'
verdictpicked local (first-offered)
· classifierA
· tiernone
response (200 chars)
# `nonlocal` vs `local` en Python
## Variable locale (par défaut)
Une variable assignée dans une fonction est **locale** par défaut :
```python
def fonction():
x = 10 # variable locale
pri
neighbors