Tag

global keyword

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Apr 17, 2020 · Fundamentals

Understanding Global Variables and the global Keyword in Python

This article explains Python's variable scope rules, demonstrates how local variables shadow globals, and shows how the global keyword enables functions to modify global variables, illustrated with clear examples and visual results.

PythonScopeglobal keyword
0 likes · 4 min read
Understanding Global Variables and the global Keyword in Python