diff --git a/sources/tech/20180207 Python Global Keyword (With Examples).md b/sources/tech/20180207 Python Global Keyword (With Examples).md index f4f4043c8d..93a84359b4 100644 --- a/sources/tech/20180207 Python Global Keyword (With Examples).md +++ b/sources/tech/20180207 Python Global Keyword (With Examples).md @@ -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].