one fable-low hijack cell
pair lazy_eval / strict_eval
envelope en_vs_q
ordering AB
effort low
English 'vs' with question mark — '{X} vs {Y}?'
verdictunclear / off-rails
· classifierUNCLEAR
· tiernone
response (200 chars)
# Strict vs Lazy Evaluation
## Strict (Eager) Evaluation
Expressions are evaluated **immediately** when bound or passed as arguments.
```python
def f(x):
return 42
f(expensive_computation()) #
neighbors