Which of the following statements correctly imports the math module in Python?
2026
Which of the following statements correctly imports the math module in Python?
Answer: B. import math
- A.
include math
- B.
import math
- C.
using math
- D.
#import math
Attempted by 662 students.
Show answer & explanation
Correct answer: B
Loading lesson…