Commit 8926913c by BellCodeEditor

auto save

parent f810e5bb
Showing with 17 additions and 3 deletions
......@@ -3,7 +3,18 @@ import turtle
pen=turtle.Pen()
pen.shape("turtle")
for i in range(5):
while True:
pen.forward(200)
pen.left(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.left(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.left(144)
pen.forward(200)
pen.right(144)
pen.forward(200)
pen.left(144)
\ No newline at end of file
pen.hideturtle()
\ No newline at end of file
ha
ha
\ No newline at end of file
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