Which Of These Is False About A Package #788
Which of these is false about a package?
This multiple choice question (MCQ) is related to the book/course
gs gs109 Python.
It can also be found in
gs gs109 Mapping Functions - Python Mapping Functions - Quiz No.4.
Which of these is false about a package?
A package can have subfolders and modules
Each import package need not introduce a namespace
import folder.subfolder.mod1 imports packages
from folder.subfolder.mod1 import objects imports packages