Commit f651f3f7 by BellCodeEditor

auto save

parent 88586f6f
Showing with 1 additions and 1 deletions
......@@ -2,7 +2,7 @@ import turtle
p=turtle.Pen()
p.fillcolor("red")
p.begin_fill()
for i in range(150):
for i in range(360):
p.forward(300)
p.right(170)
p.end_fill()
......
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