A

Admin • 833K Points
Coach

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
  • Correct Answer - Option(B)
  • Views: 29
  • Filed under category Python
  • Hashtags:

Explanation by: Admin

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.

Be the first to start discuss.