So basically I can't seem to get global variables in functions I import from a different file.
Also are the only scopes in python classes and functions?
Or is there a way to set your own scopes.
Like in C++ you can put {} brackets anywhere you like.
Also are the only scopes in python classes and functions?
Or is there a way to set your own scopes.
Like in C++ you can put {} brackets anywhere you like.
Comment