Commit fd34d6b8 by BellCodeEditor

save project

parent f1ac5944
Showing with 5 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.fillcolor("red")
pen.begin_fill()
pen.shape('turtie')
for i in range(5):
pen.forward(200)
pen.ieft(144)
turtle.done()
pen.hideturtle()
turtle.done()
pen.end_fill()
pen.hideturtle()
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