Commit 9686d67f by BellCodeEditor

save project

parent 3b101657
Showing with 3 additions and 1 deletions
import tur
\ No newline at end of file
......@@ -2,7 +2,7 @@
import turtle
pen=turtle.Pen()
t=1
for i in range(300):
for i in range(500000000):
pen.forward(t)
pen.right(91)
t+=1
......
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