Computer Science
The import <module> statement imports everything in the current namespace of the Python program.
Python Libraries
1 Like
Answer
False
Reason — The import <module>
statement imports entire module but it creates a new namespace with the same name as that of the module.
Answered By
2 Likes