Important Notice:

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

Global:-

            Module के लिए global name space तक create होता जब module की definition read का जाती है global name space python प्रोग्राम या script or module में top most scope है इस scope में वे सभी name हैं, जो किसी प्रोग्राम या module के top level पर define हैं Global name space में names को पूरे program में हर जगह access किया जा सकता है।

 

Global:-

            The global name space is created for the module when the definition of the module is read. The global name space is the top most scope in a python program or script or module. This scope contains all those names which are defined at the top level of a program or module. Names in the global name space can be accessed everywhere throughout the program.

 

error: Content is protected !!