Global and Local Scopes of Python Variables
As you may or may not know; In python, a variable is created the moment you assign a value to it using the “=“ sign. Due to their scopes, Variables are classified into two main groups.
What is a scope?
The scope of a variable refers to the area wher...
lulunwenyi.hashnode.dev3 min read
Teniola Fatunmbi
Software Engineer | Technical Writer
So simple to comprehend! Thanks for this Lulu.