Difference between local and global variables in Python
Python Global variables are variables declared outside of a function and Local variables declared inside a function. Global variables have a global scope you can… Read More »Difference between local and global variables in Python