Commit db67da7b by BellCodeEditor

save project

parent 75bd73f3
Showing with 3 additions and 0 deletions
import turtle
turtle.speed(0)
turtle.bgcolor("black")
c=["blue","purple","red","yellow"]
for i in range(700):
turtle.pencolor(c[i%4])
turtle.forward(i)
i+=1
turtle.right(91)
......
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