Commit 4f567a34 by BellCodeEditor

save project

parent 2e06b533
Showing with 3 additions and 2 deletions
......@@ -5,7 +5,8 @@ pen.speed(200)
x = 1
for i in range(300):
pen.forward(x)
x += 1
pen.pensize(20)
x += 2
pen.right(91)
pen.hideturtle()
turtle.done
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