diff --git a/Programs/P02_VariableScope.py b/Programs/P02_VariableScope.py index a85c8bd..5d5b4f3 100644 --- a/Programs/P02_VariableScope.py +++ b/Programs/P02_VariableScope.py @@ -15,4 +15,4 @@ def test(): if __name__ == '__main__': test() print(x) #prints 'Global x' - \ No newline at end of file +