I just finished writing code in python to draw polygon using the turtle module but it cannot run on soloLearn playground, why? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

I just finished writing code in python to draw polygon using the turtle module but it cannot run on soloLearn playground, why?

21st Jan 2018, 9:22 PM
@king_kloy
@king_kloy - avatar
6 Answers
+ 13
There is a quite extensive collection of modules installed on the remote interpreter, check it out: https://code.sololearn.com/c071JeXy6LcW/?ref=app
21st Jan 2018, 9:28 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 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.
21st Jan 2018, 9:24 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 7
@kuba: Congrats!!!!, Your skill set show all with 100%... Keep it up and share us your knowledge ☺️
22nd Jan 2018, 3:21 PM
Prakash M
Prakash M - avatar
+ 6
Might be too late for this.... https://www.sololearn.com/post/30297/?ref=app
8th Sep 2018, 8:16 PM
Burey
Burey - avatar
+ 3
so that means I can't run import modules except math.
21st Jan 2018, 9:26 PM
@king_kloy
@king_kloy - avatar
+ 3
thanks
21st Jan 2018, 9:32 PM
@king_kloy
@king_kloy - avatar