Python Scope Resolution - LEGB Rule | Python Tutorial in Hindi | #71

preview_player
Показать описание
In this video, you will learn,

Using the LEGB Rule for Python Scope

Python resolves names using the so-called LEGB rule, which is named after the Python scope for names. The letters in LEGB stand for Local, Enclosing, Global, and Built-in.

Functions: The Local Scope
Nested Functions: The Enclosing Scope
Modules: The Global Scope
builtins: The Built-In Scope

#codewithdaneyal
Рекомендации по теме
welcome to shbcf.ru