Q. What is the correct way to import the math module in Python?

  • (A) import math
  • (B) import math()
  • (C) import math as m
  • (D) import m = math
πŸ’¬ Discuss
βœ… Correct Answer: (A) import math
Explanation: The correct way to import the math module is 'import math'.
Explanation by: Gopal Sharma
The correct way to import the math module is 'import math'.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
147
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
88%
Success Rate