#legb-rule

[ follow ]
fromRealpython
1 day ago

The LEGB Rule & Understanding Python Scope Quiz - Real Python

In this quiz, you'll test your understanding of The LEGB Rule & Understanding Python Scope. By working through this quiz, you'll revisit how Python resolves names using the LEGB rule, what the local, enclosing, global, and built-in scopes look like in practice, and how the global and nonlocal statements let you reach across scope boundaries.
Python
Scala
fromRealpython
11 months ago

The LEGB Rule & Understanding Python Scope - Real Python

Understanding scope in Python is crucial for effective variable management in coding.
[ Load more ]