CBSE Class 12 Computer Science Question 32 of 62

Using Python Libraries — Question 6

Back to all questions
6
Question

Question 6

The statement from <module> import <objects> is used to import a module in full.

Answer

False

Reason — The statement from <module> import <objects> is used to import some selected items, not all from a module.