Run
x = 'hello world - global' def myFunction(): print(x) myFunction() print(x)
Output