When I import math in python? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

When I import math in python?

7th Oct 2020, 2:44 PM
Nafis Sadiq Bhuyan
Nafis Sadiq Bhuyan - avatar
2 Respostas
+ 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