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
Which of the following is false about “import modulename” form of import?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is false about “import modulename” form of import?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!