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 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) import math Explanation: Python uses `import` to include modules.