Commit 665bae9a by BellCodeEditor

save project

parent ca00b79f
Showing with 3 additions and 2 deletions
...@@ -9,11 +9,11 @@ pen = turtle.Pen() ...@@ -9,11 +9,11 @@ pen = turtle.Pen()
distance=1 distance=1
a=turtle.Screen() a=turtle.Screen()
a.bgcolor("black") a.bgcolor("black")
a1=["red","green","yellow","blue"] a1=["green","black","yellow","black"]
for i in range(1,300,1): for i in range(1,300,1):
pen.pencolor(a1[i%4]) pen.pencolor(a1[i%4])
pen.forward(i) pen.forward(i)
pen.right(170) pen.right(91)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
pen.hideturtle() pen.hideturtle()
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