#5 Local and Global Variables in Python (Python Tutorials)

#5 Local and Global Variables in  Python (Python Tutorials)

Local and Global Variables

In this part of our python tutorial series, you will learn about the 2 different
scopes in variables, global and local. Learning these two scopes is really important
as it will determine whether a variable is defined in a specific part of your code
or not. It will also determine the accessibility of different variables from different
parts of the code.

Watch The Video on Youtube