# Scoping: for loops, no block scope, multiple refs
=
= + 1
# item is still accessible after the loop (no block scope)
return
= 1
= +
= +
return
= 42
# inner is accessible here — no block scope in Python
return
= 0
= 0
= +
= + 1
return