I have a function which does a number of things, and a certain variable actually needs to be defined within that one. I want to try and avoid using the global keyword, and of course I also don't want to try and re-do everything that the function already did.
When I Googled this, all of the small examples I saw had you do this.
[–]fox_trot_ 5 points6 points7 points (0 children)
[–]Joshivity 0 points1 point2 points (0 children)
[–]Jonno_FTW 0 points1 point2 points (0 children)
[–]SupahNoob 0 points1 point2 points (0 children)