Q. Which of the following is the correct way to import the math module?
β
Correct Answer: (A)
import math
Explanation: Python uses `import` to include modules.