PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
SALE
This blog is available for sale. More than 150 published articles. 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.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap