Commit f40a6627 by BellCodeEditor

save project

parent db67da7b
Showing with 2 additions and 2 deletions
import turtle import turtle
turtle.speed(0) turtle.speed(1000)
turtle.bgcolor("black") turtle.bgcolor("black")
c=["blue","purple","red","yellow"] c=["blue","green","red","yellow"]
for i in range(700): for i in range(700):
turtle.pencolor(c[i%4]) turtle.pencolor(c[i%4])
turtle.forward(i) turtle.forward(i)
......
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