Commit d6c30d15 by BellCodeEditor

save project

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