Examveda

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

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

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


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python