Python 3.4 - Variable Scope

When creating a function using a variable you need to put the variables above the functions so they can access it:

https://www.youtube.com/watch?v=f3TVuuhe-fY

Comments