Commit 3876c4b9 by BellCodeEditor

auto save

parent 267253c3
Showing with 3 additions and 2 deletions
......@@ -6,10 +6,11 @@ import turtle
screen=turtle.Screen()
screen.bgcolor("black")
colors=["red","orange","green","yellow"]
pen.pencolors(colors[i%4])
pen = turtle.pen()
pen = turtle.Pen()
for i in range(1,300):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
Pen.hideturtle()
......
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