Commit d2625798 by BellCodeEditor

save project

parent 98c8cb86
Showing with 4 additions and 4 deletions
import turtle import turtle
p=turtle.Pen() p=turtle.Pen()
p.fillcolor("green") p.fillcolor("red")
p.begin_fill() p.begin_fill()
for i in range for i in range(1110000)
p.forward(200) p.forward(500)
p.left(144) p.left(122)
p.end_fill() p.end_fill()
p.hide turtle() p.hide turtle()
turtle.done() 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