Course Content
Lectures
0/60
Python Beginner to Intermediate Course
About Lesson

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.

Join the conversation