72.5k views
0 votes
In Python which is the correct method to load a module math?

User EMMERICH
by
4.1k points

1 Answer

5 votes

Answer: 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 .

Step-by-step explanation:

User Farsan Rashid
by
4.1k points