Commit e65490cd by BellCodeEditor

save project

parent 83cb94d4
Showing with 5 additions and 4 deletions
import turtle
pen=turtle.Pen()
colours=["red","blue","yellow","green"]
screen=turtle.Screen()
screen.bgcolor("black")
for i in range(1,300):
i+=1
pen.fillcolo
pen.pencolor(colours[i%4])
pen.left(91)
pen.forward(i)
turtle.done()
pen.hind turtle()
\ No newline at end of file
pen.hindturtle()
\ 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