This is an extract from a textbook :
When using the import modulename form of import, the namespace of the imported module becomes available to , but not part of,the importing module.
I am not able to understand ,What exactly is namespace and what do they mean by ''namespace becomes available to but not part of importing module''?