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