

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following is false about from-import form of import? |
A. | tThe syntax is: from modulename import identifier |
B. | tThis form of import prevents name clash |
C. | tThe namespace of imported module becomes part of importing module |
D. | tThe identifiers in module are accessed directly as: identifier |
Answer» C. tThe namespace of imported module becomes part of importing module | |