Commit c3686617 by BellCodeEditor

save project

parent 2abf91f4
Showing with 4 additions and 3 deletions
import turtle
pen=turtle.Pen()
color=["red","pink",""]
screen=turtle.Screen()
screen.bgcolor("black")
color=["red","pink","purple","blue","green","white","orange","yellow"]
pen.speed(114514)
for i in range(500):
pen.pencolor(color[i%8])
pen.forward(i)
pen.right(90.618)
qwerty+=1
pen.hideturtle()
turtle.done()
\ No newline at end of file
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