Commit f9814578 by BellCodeEditor

save project

parent 77850517
Showing with 7 additions and 6 deletions
import turtle import turtle
pan=turtle.Pan() pen=turtle.Pen()
for i in range(i,300): colors["green","orange""red","yellow"]
pan=forward(i) for i in range(1,600):
i=i+1 pen.pencolor(color[i%4])
right(91) pen.forward(i)
hideturtle() pen.right(91)
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