Commit 0390f2b4 by BellCodeEditor

save project

parent 5aa5a4ff
Showing with 14 additions and 0 deletions
import turtle
hb=turtle.Pen()
hb.speed(30)
hb.pencolor("white")
hb.fillcolor("red")
hb.begin_fill()
for i in range(36):
hb.forward(250)
hb.left(170)
hb.end_fill()
hb.hideturtle()
turtle.done()
\ No newline at end of file
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