Commit 4baf5ce4 by BellCodeEditor

save project

parent bf18f5c1
Showing with 1 additions and 1 deletions
import turtle import turtle
a=1 a=1
turtle.speed(0) turtle.speed(0)
for i in range(2000): for i in range(20000000000000000000):
turtle.forward(a) turtle.forward(a)
turtle.right(91) turtle.right(91)
a+=1 a+=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