Which of the following is false about “import modulename” form of import?

Which of the following is false about “import modulename” form of import? Correct Answer The namespace of imported module becomes part of importing module

In the “import modulename” form of import, the namespace of imported module becomes available to, but not part of, the importing module.

Related Questions

Which of the following is false about "import modulename" form of import?
Which of the following is false about “from-import” form of import?
Which of the following is false about "from-import" form of import?