def func(): global value value = "Local" value = "Global" func() print(value)
Not registered? Create an account
Forgot Password?
Already a registered user? Login