CBSE Class 12 Computer Science
Question 6 of 62
Using Python Libraries — Question 1
Back to all questions* operator
Reason — The syntax to import all modules from package is : from <modulename> import *. According to the syntax, * operator is used to import all modules from a package.