Syntax to import a module in Python

Question:
What is the correct syntax to import a module named 'math' in Python?

  1. import math
  2. include math
  3. using math
  4. #import math
Answer:
A - is the correct answer