+ 1
import the math module.
Fill in the blanks to import the math module. math????
3 Respuestas
+ 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/
+ 1
Which blanks?
What's the question?
The math module in python can be imported like this:
import math
0
Fill in the blanks to import the math module. math???
Import