11. Define Scope Resolution.
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.