one fable-low hijack cell
pair local / nonlocal
envelope code_pipe_pipe
ordering AB
effort low
Code-flavored OR operator — '{X} || {Y}'
verdictpicked local (first-offered)
· classifierA
· tiernone
response (200 chars)
# `local` vs `nonlocal` in Python
Quick note: Python doesn't have a `local` keyword — variables are **local by default** when assigned inside a function. The keywords that exist are `global` and `non
neighbors