PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Blog available for sell
This blog is available for sale. Please 'contact us' if interested.
Advertise with us
Python Multiple Choice Questions
Which of the following is false about "import modulename" form of import?
A. The namespace of imported module becomes part of importing module
B. This form of import prevents name clash
C. The namespace of imported module becomes available to importing module
D. The identifiers in module are accessed as: modulename.identifier
Show Answer
Next Question
Correct Answer:
A
Explanation: In the "import modulename" form of import, the namespace of imported module becomes available to, but not part of, the importing module.
© 2024-2025 Python Circle
Contact
Sponsor
Archive
Sitemap