Commit ec16bcb3 by BellCodeEditor

save project

parent 398fee49
Showing with 4 additions and 4 deletions
a=20 a=178
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.shape("turtle") p.shape("turtle")
p.fillcolor("red") p.fillcolor("yellow")
p.begin_fill() p.begin_fill()
for i in range(1000): for i in range(36):
p.forward(a) p.forward(a)
p.right(50) p.right(170)
a=a+1 a=a+1
p.end_fill() p.end_fill()
p.hideturtle() p.hideturtle()
......
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