one fable-low hijack cell
pair functional / imperative
envelope fr_ou
ordering AB
effort low
French 'ou' (or) framing — 'X ou Y?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Programmation Impérative vs Fonctionnelle
## Programmation Impérative
On décrit **comment** faire, étape par étape, en modifiant l'état.
```python
# Exemple : doubler les nombres pairs
result = []
neighbors