Commit b451950d by BellCodeEditor

save project

parent 656b8479
Showing with 2 additions and 0 deletions
......@@ -10,8 +10,10 @@ screen = turtle.Screen()
screen.bgcolor("light pink")
colors=["white","blue","violet","cyan"]
# 请创造师在下面接着创作aaZ 、
screen.bgcolor("black")
pen.speed(100)
for a in range(300):
pen.color(colors[a%4])
pen.right(91)
pen.forward(a)
# 隐藏画笔,保存画布
......
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