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.
মোঃ আরিফুল ইসলাম
Feb 20, 2025