import the math module. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

import the math module.

Fill in the blanks to import the math module. math????

1st Dec 2020, 6:32 PM
tieflabs
tieflabs - avatar
3 Answers
+ 5
For import math module in Phyton just add: import math I don't understand much your question, so here I add what is a math module: Python math module is defined as the most famous mathematical functions, which includes trigonometric functions, representation functions, logarithmic functions, etc. Furthermore, it also defines two mathematical constants, i.e., Pie and Euler number, etc.(π,... ) For more: https://swcarpentry.github.io/python-novice-gapminder/06-libraries/
1st Dec 2020, 6:38 PM
Matthew
Matthew - avatar
+ 1
Which blanks? What's the question? The math module in python can be imported like this: import math
1st Dec 2020, 6:40 PM
Lisa
Lisa - avatar
0
Fill in the blanks to import the math module. math??? Import
1st Dec 2020, 6:33 PM
tieflabs
tieflabs - avatar