OK so the project I am working on requires* using a truly global variable (or five) and the other questions on here have to do with cross module variables (could be helpful later just not yet).
Here is my problem: I have a program that will be running an environmental simulation and I need to set some global variables to be used and modified inside some of the functions. How would one go about doing that?
*When I say require I mean that I haven't found a more efficient way to do this.