πŸ“Š Python
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

πŸ‘οΈ
129
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Gopal Sharma
Publisher
πŸ“ˆ
95%
Success Rate