Commit dbc745e4 by BellCodeEditor

save project

parent 0235f6fe
Showing with 6 additions and 8 deletions
import turtle
distance=1 pen=turtle.pen()
pen.speed(1000)
for i in range(1,300): for i in range(1,300):
pen.pencolor(colors) pen.forward(i)
pen.forward(i) pen.left(91)
pen.right(91) pen.hideturtie()
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