Commit bad54b5c by BellCodeEditor

save project

parent 7c3fb5fe
Showing with 3 additions and 2 deletions
......@@ -2,8 +2,8 @@ distance=1
import turtle
pen=turtle.Pen()
for i in range(300):
pen.forward(distance)
pen.distance+=1
pen.forward(i)
distance+=1
pen.right(91)
pen.resizemode()
turtle.done()
\ 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