one fable-low hijack cell
pair lazy_eval / strict_eval
envelope fr_ou
ordering BA
effort low
French 'ou' (or) framing — 'X ou Y?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Lazy Eval vs Strict Eval
## Avaliação Estrita (Strict/Eager Evaluation)
As expressões são avaliadas **imediatamente** quando atribuídas ou passadas como argumentos.
```python
# Python é estrito p
neighbors