Q. What is the correct way to import the math module in Python?
β
Correct Answer: (A)
import math
Explanation: The correct way to import the math module is 'import math'.