A

Admin • 802.91K Points
Coach

Q. Which of the following is the correct way to import the math module?

  • (A) import math
  • (B) include math
  • (C) using math
  • (D) require math
  • Correct Answer - Option(A)
  • Views: 4
  • Filed under category Python
  • Hashtags:

Explanation by: Admin
Python uses `import` to include modules.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.