function_local.txt 70 B

12345
  1. $ python function_local.py
  2. x is 50
  3. Changed local x to 2
  4. x is still 50