Vidyalelo
Python · Q75

Module in Python

Programming · Python · question 75

Q75

Which of the following is false about "import modulename" form of import?

A.
The namespace of imported module becomes part of importing module
Answer
B.
This form of import prevents name clash
C.
The namespace of imported module becomes available to importing module
D.
The identifiers in module are accessed as: modulename.identifier

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board