Commit d2625798 by BellCodeEditor

save project

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