When I import math in python? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

When I import math in python?

7th Oct 2020, 2:44 PM
Nafis Sadiq Bhuyan
Nafis Sadiq Bhuyan - avatar
2 Answers
+ 6
you can see which functions are stored in math module by using the console. if you need one of them, you have to import math. type in console: help('math')
7th Oct 2020, 2:53 PM
Lothar
Lothar - avatar
+ 1
thank you all
15th Oct 2020, 6:25 PM
Nafis Sadiq Bhuyan
Nafis Sadiq Bhuyan - avatar