Commit d0c78433 by BellCodeEditor

save project

parent 70c89f19
Showing with 4 additions and 3 deletions
......@@ -5,13 +5,13 @@
import turtle
colors=["blue","yellow","cyan","red"]
pen = turtle.Pen()
pen.screensize(240,180,"blak")
turtle.bgcolor("black")
for i in range(300):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
i=i+1
pen.pencolors(colors[i%4])
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