Page 1 of 1

Which of the following is false about “import modulename” form of import?

Posted: Wed Jul 13, 2022 7:45 pm
by answerhappygod
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