Local and Global Scope with examples in Python

preview_player
Показать описание
The video explains the concept of Local and Global scope with examples. The concepts explained are,
1) Local Variables CANNOT be used in Global scope.
2) Local scopes CANNOT use variables in other local scopes.
3) Global variables CAN be read from a local scope.
#Python #EnggClasses
Рекомендации по теме
Комментарии
Автор

Nice explanation Sir. Thanks..I need not refer any book for this topic

factsinn