Computer Science, asked by queensp73, 8 months ago

In Python which is the correct method to load a module math? *

(a) include *math
(b) import math
(c) #include
(d) Using math

Answers

Answered by tapatidolai
6

Answer:

Your Answer Is (D)

Explanation:

MARK ME ON BRAINLIST PLEASE

Answered by wazeed
7

Explanation:

Here is your answer Hope this Answer helps you

The math module is a standard module in Python and is always available. To use mathematical functions under this module, you have to import the module using import math . It gives access to the underlying C library functions.

so answer D

Similar questions