Merge pull request #7737 from Flowsnow/master

Translating by Flowsnow
This commit is contained in:
Xingyu.Wang 2018-02-11 16:50:27 +08:00 committed by GitHub
commit c3ae2ef824

View File

@ -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.