function_global.txt 74 B

12345
  1. $ python function_global.py
  2. x is 50
  3. Changed global x to 2
  4. Value of x is 2