Tag

LENGB

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jan 17, 2020 · Fundamentals

Master Python Variable Scope: The LENGB Guide Explained

This article explains Python’s static variable scope, introducing the LENGB model (Local, Enclosing, nonlocal, Global, Built‑in) and demonstrates how Python resolves names through examples that illustrate common pitfalls such as NameError and the correct use of global and nonlocal keywords.

LENGBPythonglobal
0 likes · 4 min read
Master Python Variable Scope: The LENGB Guide Explained