Commit 73bf525c by BellCodeEditor

save project

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