From 408f0dffc95d4198b7631e31e1d78a8271af7337 Mon Sep 17 00:00:00 2001 From: MjSeven <33125422+MjSeven@users.noreply.github.com> Date: Fri, 23 Feb 2018 18:13:52 +0800 Subject: [PATCH] Update 20180207 Python Global Keyword (With Examples).md --- sources/tech/20180207 Python Global Keyword (With Examples).md | 2 ++ 1 file changed, 2 insertions(+) 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].