Commit c354798c by BellCodeEditor

auto save

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