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 these is false about a package?
A. A package can have subfolders and modules
B. Each import package need not introduce a namespace
C. import folder.subfolder.mod1 imports packages
D. from folder.subfolder.mod1 import objects imports packages
Show Answer
Next Question
Correct Answer:
B
Explanation: Packages provide a way of structuring Python namespace. Each import package introduces a namespace.
© 2024-2025 Python Circle
Contact
Sponsor
Archive
Sitemap