Commit 20720358 by BellCodeEditor

save project

parent 1dcb7220
Showing with 5 additions and 4 deletions
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
""" """
import turtle as l import turtle as l
l.speed(0) l.speed(0)
a=1
for i in range(500): for i in range(1,500):
l.forward(a) l.forward(1)
l.right(91) l.right(91)
a+=1
l.hideturtle() l.hideturtle()
l.done l.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