Examveda

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

C. The namespace of imported module becomes part of importing module

D. The identifiers in module are accessed directly as: identifier

Answer: Option B


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python