Commit 491dadb0 by BellCodeEditor

save project

parent cce4d3da
Showing with 15 additions and 0 deletions
import turtle
myTurtle = turtle.Turtle()
myTurtle.fillcolor("red")
myTurtle.shape("arrow")
myTurtle.setheading(90)
myTurtle.pendown()
for index in range(5):
myTurtle.forward(200)
myTurtle.left(144)
myTurtle.begin_fill()
myTurtle.penup()
turtle.done()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment