Guess the OUTPUT :
def func():
global value
value = "Local"
value = "Global"
func()
print(value)

Posted on by