Turtle Help pls
How to import and run turtle stuff. Thx a million!
leon332157
https://docs.python.org/3.3/library/turtle.html?highlight=turtle
I think this document is clear enough.
pyelias
Just create a Python Turtle repl.
This file cannot be displayed: https://storage.googleapis.com/replit/images/1535070641645_76437fbd72ccf36884d9b6a9074038c0.pn
Mooopy
First, you have to make a Python with Turtle repl. Then you just have to import turtle (typing "import turtle"), then you're good to go and you can write turtle code.
Simply go to http://repl.it/languages/python_turtle to create a new turtle program :)
Please upvote this comment if it was helpful in any way