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 "from-import" form of import?
A. The syntax is: from modulename import identifier
B. This form of import prevents name clash
C. The namespace of imported module becomes part of importing module
D. The identifiers in module are accessed directly as: identifier
Show Answer
Next Question
Correct Answer:
B
Explanation: In the "from-import" form of import, there may be name clashes because names of the imported identifiers aren't specified along with the module name.
© 2024-2025 Python Circle
Contact
Sponsor
Archive
Sitemap