CBSE Class 12 Computer Science
Question 2 of 62
Using Python Libraries — Question 2
Back to all questions 2
Question (b)
Both Assertion and Reason are true but Reason is not the correct explanation of Assertion.
Explanation
The import <module> statement imports the entire module, making its contents available in a new namespace with the same name as the module. They do become accessible in the program's namespace through dot notation, but they are not added directly to the current namespace.