mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
commit
c3ae2ef824
@ -1,5 +1,8 @@
|
||||
translating by Flowsnow
|
||||
|
||||
Python Global, Local and Nonlocal variables (With Examples)
|
||||
======
|
||||
|
||||
### Global Variables
|
||||
|
||||
In Python, a variable declared outside of the function or in global scope is known as global variable. This means, global variable can be accessed inside or outside of the function.
|
||||
|
Loading…
Reference in New Issue
Block a user