PYTHON
Python - Global Variables
Variables that are created outside of a function (as in all of the examples above) are known as global variables.
PYTHON
Variables that are created outside of a function (as in all of the examples above) are known as global variables.