Important Notice:

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

Import particular member from module:-

                Module से particular member को import करने के लिए from-import keyword का use करते हैं

from import का main advantage यह है कि module के किसी भी member को बिना module name के access कर सकते हैं

Import particular member from module:-

                To import a particular member from a module, use the from-import keyword.

                 The main advantage of from import is that any member of the module can be accessed without the module name.

error: Content is protected !!