Commit d6c30d15 by BellCodeEditor

save project

parent 698d1f24
Showing with 5 additions and 4 deletions
import turtle import turtle
a=turtle.Pen() a=turtle.Pen()
b=50 c=turtle.Screen()
a.speed(10000000000000000000000000000000) a.speed(10000000000000000000000000000000)
for i in range(300000): c.clear(black)
a.forward(b) a.pencolor(red)
b+=1 for i in range(1,3000000):
a.forward(i)
a.right(91) a.right(91)
a.hideturtle() a.hideturtle()
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