How do I get the Turtle Module to work? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I get the Turtle Module to work?

Okay, so I have been using python on a pc and turtle works perfectly fine. For some reason though it doesn’t work on SoloLearn. If I import it the console will just say the turtle module doesn’t exist. If there is some way to draw with turtle on SoloLearn please help.

8th Jul 2019, 12:13 PM
Nolan the wise
Nolan the wise - avatar
1 Answer
+ 2
Because SoloLearn compiles Python codes in a different way to compilation in a computer, you'll need to use Web Code instead. Check Burey's example https://code.sololearn.com/WnQZ0B7qvLjF/?ref=app
8th Jul 2019, 1:52 PM
Gordon
Gordon - avatar