one fable-low hijack cell
pair compete / tradition
envelope en_slash
ordering AB
effort low
English with slash '/' — '{X}/{Y}'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Lazy vs. Eager Evaluation
Two strategies for deciding **when** to compute a value.
## Eager (Strict) Evaluation
Compute values **immediately** when they're defined or passed.
```python
# Python i
neighbors