Important Notice:

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

Enclosed:-

        यह एक special scope है जो केवल nested function के लिए exists करता है इस scope में वे names है जिन्हे enclosing function में define करते हैं

Note:- enclosing scope में names enclosing function से inner function तक accessible होते हैं

 

Enclosed:-

      This is a special scope that exists only for nested functions. This scope contains the names that are defined in the enclosing function.

Note:- Names in the enclosing scope are accessible from the enclosing function to the inner function.

error: Content is protected !!