+ 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
3 Respuestas
+ 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))
+ 8
Val O'Ciraptor ,
no problem, we all learn from issues ...
+ 4
Ok thank you sorry I just typed it in wrong