Computer Science

The import <module> statement imports everything in the current namespace of the Python program.

Python Libraries

2 Likes

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

1 Like


Related Questions