Home / Report Question

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

Correct Answer: A