Commit 3c2c1eaa by BellCodeEditor

save project

parent 0354f267
Showing with 12 additions and 0 deletions
import turtle
import turtle
p=turtle.Pen()
p.speed(1000000000000000)
s=1
for i in range(3000000000000):
p.forward(s)
s+=1
p.right(91)
p.hideturtle()
turtle.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