Functions should avoid using global variables
Why do we have functions?
For modularity
Benefit 1: Understand the function in isolation
continued...