user image

Preeti Tripathi

Job Interview Skills
English
2 years ago

11. Define Scope Resolution. 

user image

Abhishek Mishra

2 years ago

In Python, a scope is a section of code where an object is still applicable. Every single Python object has a certain scope within which it operates. Although namespaces are used to uniquely identify each object in a program, these namespaces also have a defined scope where their objects may be used without a prefix. It establishes how long a variable is accessible.

Recent Doubts

Close [x]