Commit 59c810d6 by BellCodeEditor

save project

parent ebf0dea1
Showing with 7 additions and 12 deletions
......@@ -3,16 +3,11 @@
"""
import turtle
pen=turtle.Pen()
for i in range(360):
forward()
pen.fillcolor("red")
pen.begin_fill()
for i in range(36):
pen.fillcolor("red")
pen.begin_fill()
for i in range(2):
forward(50)
right(100)
forward(100)
right(80)
pen.end_fill()
right(10)
pen.done()
pen.forward(200)
pen.left(170)
pen.end_fill()
pen.hideturtle()
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