Commit 11d13a35 by BellCodeEditor

save project

parent a1570f76
Showing with 1 additions and 6 deletions
......@@ -4,11 +4,8 @@
"""
import turtle
pen = turtle.Pen()
distance=1
for i in range(1,300):
for i in range(1,301):
pen.forward(i)
pen.right(91)
i+=1
pen.hideturtle()
turtle.done()
\ No newline at end of file
range(start,stop,step)
\ 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