Commit 9ead451f by BellCodeEditor

save project

parent 95565458
Showing with 5 additions and 2 deletions
......@@ -5,7 +5,10 @@
import turtle
pen = turtle.Pen()
distance=1
pen.speed(100)
for i in range (300):
forword(distance)
left(91)
pen.forward(distance)
pen.left(91)
distance+=1
pen.hideturtle()
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