Global variables are not properly updated/visible across functions
- local
- global
The user attempts to read/write global variables but does not correctly use the global
keyword
Global variables are not properly updated/visible across functions
The user attempts to read/write global variables but does not correctly use the global
keyword