Which Of The Following Is False About Import Modulename Form Of #799
Which of the following is false about “import modulename” form of import?
This multiple choice question (MCQ) is related to the book/course gs gs109 Python. It can also be found in gs gs109 Python Modules - Python Modules - Quiz No.2.
Which of the following is false about “import modulename” form of import?
The namespace of imported module becomes part of importing module
This form of import prevents name clash
The namespace of imported module becomes available to importing module
The identifiers in module are accessed as: modulename.identifier