Closed
Description
https://github.com/satwikkansal/wtfpython#-the-out-of-scope-variable
To modify the outer scope variable a in another_func, use global keyword.
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-nonlocal-stmt
https://github.com/satwikkansal/wtfpython#-the-out-of-scope-variable
To modify the outer scope variable a in another_func, use global keyword.
https://docs.python.org/3/reference/simple_stmts.html#grammar-token-nonlocal-stmt