Commit 6cd0caa8 by BellCodeEditor

save project

parent 3c0a36f5
Showing with 5 additions and 4 deletions
import turtle
pen=turtle.Pen()
pen.speed(10000)
pen.fillcolor("red")
pen.begin_fill()
pen.color("red")
pen.goto(-100,0)
for i in range(5):
pen.forward(200)
pen.right(144)
pen.goto(-600,0)
for i in range(360):
pen.forward(1000)
pen.right(179)
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