Commit 0916a23e by BellCodeEditor

save project

parent d2625798
Showing with 3 additions and 3 deletions
......@@ -3,11 +3,11 @@ import turtle
p=turtle.Pen()
p.fillcolor("red")
p.begin_fill()
for i in range(1110000)
p.forward(500)
for i in range(100):
p.forward(300)
p.left(122)
p.end_fill()
p.hide turtle()
p.hideturtle()
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