#name-resolution

[ follow ]
Python
fromRealpython
13 hours ago

The LEGB Rule & Understanding Python Scope Quiz - Real Python

Python resolves names using the LEGB rule across local, enclosing, global, and built-in scopes, with global and nonlocal enabling cross-scope access.
[ Load more ]