Important Notice:

Course Content
Scope & Module in Python (Chapter-12) M3-R5
About Lesson

Scope:-

            Scope hierarchical order को define करता है जिसमें variable के mapping प्राप्त करने के लिए name space को खोजना पड़ता है यह एक variable के accessibility और lifetime को define करता है।

 

Scope:-

            Scope defines the hierarchical order in which the name space has to be searched to get the mapping of the variable. It defines the accessibility and lifetime of a variable.

 

error: Content is protected !!