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
Which of the following is false about “from-import” form of import?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Which of the following is false about “from-import” 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!