Commit 73bf525c by BellCodeEditor

save project

parent 0a169ee2
Showing with 3 additions and 14 deletions
import turtle j = 1
pen=turtle.Pen() i = 1
distance=1 print()
pen.speed(0)
for i in range(3000):
pen.forward(distance)
distance+=1
pen.right(0.1)
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