The import <module> statement imports everything in the current namespace of the Python program.
False
Reason — The import <module> statement imports entire module but it creates a new namespace with the same name as that of the module.
import <module>