0
Why this code is not working
import turtle t = turtle. Pen() For x in range(100): t.forward(x) t.left(90)
4 Answers
+ 2
however, you could run (with some limitations) python scripts using turtle on sololearn by using html code playground... but that required some javascript knowledge, as it will use the js skulpt library to emulate python interpreter with js (wich is the only language supported at user end in web) ^^
if you're interested, search through google and sololearn code bits to get tutos/examples ;)
+ 3
Priyansh Jha
turtle module is not works on sololearn.
0
Ok