Commit 5cd6ced6 by BellCodeEditor

auto save

parent c701943f
Showing with 2 additions and 9 deletions
...@@ -2,15 +2,8 @@ import turtle ...@@ -2,15 +2,8 @@ import turtle
asd=turtle.Pen() asd=turtle.Pen()
asd.fillcolor("red") asd.fillcolor("red")
asd.begin_fill() asd.begin_fill()
for i in range(380): for i in range():
asd.forward(2) asd.forward(2)
asd.right(1) asd.right(1)
for i in range(360): for i in range(360
asd.forward(2)
asd.left(1)
for i in ran
asd.end_fill()
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