Commit fba0a33b by BellCodeEditor

save project

parent a001267c
Showing with 2 additions and 4 deletions
import turtle import turtle
distance=1
Pen=turtle.Pen() Pen=turtle.Pen()
for i in range(300000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000): for a in range(1,300000000):
Pen.forward(distance) Pen.forward(a)
distance+=1
Pen.right(91) Pen.right(91)
Pen.hideturtle() Pen.hideturtle()
turtle.done() turtle.done()
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