Commit 656b8479 by BellCodeEditor

save project

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