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

  1. A.

    include math

  2. B.

    import math

  3. C.

    using math

  4. D.

    #import math

Attempted by 662 students.

Show answer & explanation

Correct answer: B

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…