Global Statement in Python.
Globa Statement:
Global variables are used for the Global scope which is define outside the function of a program. If we wnat to change the global variable value inside the local function then global keword is used to update the new value.
Comments
Post a Comment