CBSE Class 12 Computer Science
Question 8 of 62
Using Python Libraries — Question 3
Back to all questionsimport math
Reason — The syntax for importing whole module is : import modulename. According to the syntax, the correct method to load a module math is import math.