Which of these is false about a package?

Which of these is false about a package? Correct Answer Each import package need not introduce a namespace

Packages provide a way of structuring Python namespace. Each import package introduces a namespace.

Related Questions