How to use turtle module in sololearn? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use turtle module in sololearn?

Turtle is basically a module in Python used to draw shapes

7th Jan 2018, 11:24 AM
Gamer
Gamer - avatar
9 Answers
+ 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).
7th Jan 2018, 11:38 AM
Swapnil Srivastava
Swapnil Srivastava - avatar
+ 13
Sololearn does not support turtle module.
7th Jan 2018, 11:26 AM
Swapnil Srivastava
Swapnil Srivastava - avatar
13th Jan 2018, 3:22 PM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 12
Sololearn compiler does not support turtle module.
7th Jan 2018, 11:28 AM
Abhivarshini Maddala
Abhivarshini Maddala - avatar
+ 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
29th Jan 2018, 8:44 PM
Saurabh Zinjad
Saurabh Zinjad - avatar
+ 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
7th Jan 2018, 11:30 AM
Gamer
Gamer - avatar
+ 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)
26th Dec 2019, 5:11 AM
notGreat
notGreat - avatar
13th Jan 2018, 2:54 PM
Cyan
Cyan - avatar
- 1
if you want you can use vscode by microsoft. It is a good code editor(Probably the best).
31st Oct 2020, 4:09 PM
Abrar Labib
Abrar Labib - avatar