Does anybody know a mobile IDE that I can import the math module into or how to do it on sololearn if that's possible | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 4

Does anybody know a mobile IDE that I can import the math module into or how to do it on sololearn if that's possible

31st Mar 2023, 3:07 PM
Joseph Kelly
Joseph Kelly - avatar
3 Answers
+ 12
Val O'Ciraptor , > there is no problem in importing *math module* or other modules that are supplied with python. ( if you have a code that is trying to do imports that create issues, please link it here) > keep in mind that sololearn can not run *interactive* programs or some graphic or game modules. sample for importing math: import math print(math.sqrt(25))
31st Mar 2023, 3:27 PM
Lothar
Lothar - avatar
+ 8
Val O'Ciraptor , no problem, we all learn from issues ...
31st Mar 2023, 3:58 PM
Lothar
Lothar - avatar
+ 4
Ok thank you sorry I just typed it in wrong
31st Mar 2023, 3:33 PM
Joseph Kelly
Joseph Kelly - avatar