Update 20180207 Python Global Keyword (With Examples).md

This commit is contained in:
MjSeven 2018-02-23 18:13:52 +08:00 committed by GitHub
parent 2a088124ab
commit 408f0dffc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,5 @@
Translating by MjSeven
Python Global Keyword (With Examples)
======
Before reading this article, make sure you have got some basics of [Python Global, Local and Nonlocal Variables][1].