0
How to use turtle module in sololearn?
Turtle is basically a module in Python used to draw shapes
9 Respuestas
+ 16
In Sololearn you can import the turtle module but you won't be able to draw with it. You can try that. It will give certain errors saying that something was not installed properly (I don't remember the exact error).
+ 13
Sololearn does not support turtle module.
+ 12
Sololearn compiler does not support turtle module.
+ 2
Yeah !! sololearn doesn't support turtle module.
But,
Better and another choice to run your Code on
------------------------------------------------
https://repl.it/languages/python_turtle
------------------------------------------------
"repl.it" supports turtle module.
and also have awesome features.
here is one example of mine
-------------------------------------------------
https://repl.it/repls/QuaintSpotlessMole
-------------------------------------------------
best of luck,
Saurabh Zinjad
+ 1
https://code.sololearn.com/cs7VffTj6skH/?ref=app
see in this code turtle is imported without any problem but module xyz can't be imported(as it doesn't exist). If sololearn doesn't support turtle than how can one import it without any difficulty
+ 1
@Saurabh Zinjad
did you purposely make b.speed(10) in https://repl.it/repls/QuaintSpotlessMole , if not: the speed could be set to 0 and run at its fastest speed
b.speed(0)
- 1
if you want you can use vscode by microsoft. It is a good code editor(Probably the best).