Commit ccb9647b by BellCodeEditor

save project

parent 8e554ac1
Showing with 10 additions and 8 deletions
#,"blue","purple"
import turtle import turtle
pen = turtle.Pen() turtle.speed(0)
pen.speed(0) turtle.bgcolor("black")
for i in range(1,300): A = ["red","orange","yellow","green","cyan",]
pen.fd(i) for i in range(1,500):
pen.right(91) turtle.color(A[i%5])
pen.hideturtle() turtle.fd(i)
turtle.right(145)
turtle.done() 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