Examveda

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

Answer: Option B


This Question Belongs to Python Program >> Functions In Python

Join The Discussion

Related Questions on Functions in Python