Skip to content

Variable scope defines the range within which a particular variable can be accessed . In Python , there exist following types of scope --> local , non local , global and built-in. Here , various scopes of variables are illustrated using various examples .

Notifications You must be signed in to change notification settings

Kashishkd77/Variable-Scope-in-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Variable-Scope-in-Python

Variable scope defines the range within which a particular variable can be accessed . In Python , there exist following types of scope --> local , non local or enclosing scope , global and built-in. Here , various scopes of variables are illustrated using various examples .

About

Variable scope defines the range within which a particular variable can be accessed . In Python , there exist following types of scope --> local , non local , global and built-in. Here , various scopes of variables are illustrated using various examples .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages