#Day1 - Nonlocal and Global Keywords in Python
Two keywords used to change the scope of a variable.
Nonlocal
Consider the above case where we have an inner function. We are trying to print a variable that was declared in the outer function, this will compile, and "Hello World" will be disp...
realpythonproject.hashnode.dev3 min read