+ 6
I just finished writing code in python to draw polygon using the turtle module but it cannot run on soloLearn playground, why?
6 Antworten
+ 13
There is a quite extensive collection of modules installed on the remote interpreter, check it out:
https://code.sololearn.com/c071JeXy6LcW/?ref=app
+ 11
Sololearn uses a remote interpreter. It transfers all your code there, runs it and only gets you the output result back. You can't use it interactively on your mobile or browser.
+ 7
@kuba: Congrats!!!!, Your skill set show all with 100%... Keep it up and share us your knowledge ☺️
+ 6
Might be too late for this....
https://www.sololearn.com/post/30297/?ref=app
+ 3
so that means I can't run import modules except math.
+ 3
thanks