Commit 460ab19d by BellCodeEditor

save project

parent 0eb1c351
Showing with 4 additions and 3 deletions
......@@ -7,9 +7,10 @@ turtle.shape("turtle")
q=turtle.Pen()
q.fillcolor("red")
q.begin_fill()
for i in range(5):
q.forward(200)
q.right(144)
for i in range(360):
q.forward(1)
q.right(1)
q.left(1)
q.hideturtle()
q.end_fill()
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