Commit 53b72a14 by BellCodeEditor

save project

parent abae1f2f
Showing with 2 additions and 2 deletions
......@@ -8,9 +8,9 @@ pen = turtle.Pen()
# 请创造师在下面接着创作
screen=turtle.Screen()
screen.bgcolor("black")
coiors["green""red""yollow""orang"]
colors["green""red""yollow""orang"]
for i in range(1,300):
pen.pencolor()
pen.pencolor(color[i%4])
pen.forward(i)
pen.right(123)
......
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