Q. Which of the following is false about “from-import” form of import? (Solved)
1. the syntax is: from modulename import identifier
2. this form of import prevents name clash
3. the namespace of imported module becomes part of importing module
4. the identifiers in module are accessed directly as: identifier
- b. this form of import prevents name clash