PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
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.
© 2022-2023 Python Circle
Contact
Sponsor
Archive
Sitemap