from calendar import setfirstweekday def foo(x): return x + 1 x = foo(2) stopped_in_user_file = True setfirstweekday(3) x = 9