Commit b94af290 by BellCodeEditor

save project

parent 09c96431
Showing with 296 additions and 5 deletions
a=20
import turtle
p=turtle.Pen()
p.fillcolor("red")
p.shape("turtle")
for i in range(36):
p.begin_fill("red")
for i in range(5):
p.forward(200)
p.right(170)
a=a+10
p.right(144)
p.end_fill("red")
p.hideturtle()
begin_fill(red)
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