Vidyalelo
Python · Q64

Module in Python

Programming · Python · question 64

Q64

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

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

Answer: Option B

Solution

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