Commit c4365716 by BellCodeEditor

save project

parent 7efda901
Showing with 2 additions and 1 deletions
......@@ -7,10 +7,11 @@ pen=turtle.Pen()
a=turtle.Screen()
a.bgcolor("black")
color=["white","green","blue","purpe","pink","red"]
pen.pencolor(i%6)
pen.pendown()
pen.speed(100)
for ZJYDSZ in range(1,900):
pen.pencolor(color[i%6])
pen.forward(ZJYDSZ)
pen.right(100)
pen.penup()
......
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