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
This question was addressed to me at a job interview.
The doubt is from Mapping Functions in section Mapping Functions and Modules of Python