Home / Programming MCQs / Python MCQs / Question

R

Rajeev Malhotra • 3.97K Points
Extraordinary

Q. In python, what is the correct method to load a module?

(A) include math
(B) import math
(C) #include math.h
(D) using math
Explanation by: Rajeev Malhotra
To use functions of a module, you must import the module with the “import” instruction.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.