Ebrima SiseMay 4, 20222 min readVariable Scopes in PythonIn python, a variable is only accessible from inside the area it has been created in. The term `Scope` is used to describe this logic.
In python, a variable is only accessible from inside the area it has been created in. The term `Scope` is used to describe this logic.