python_scope_3.py:
x
 
x = 100
def myfunc():
  print(x)
myfunc()
print(x)