Commit 9a44d440 by BellCodeEditor

save project

parent cb6e37b8
Showing with 3 additions and 2 deletions
...@@ -6,11 +6,11 @@ import turtle ...@@ -6,11 +6,11 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
# 请创造师在下面接 # 请创造师在下面接
colors=["red","orange","write","black"]
for i in range(1,300): for i in range(1,300):
pen.forward(yyyyyyyyyy) pen.forward(yyyyyyyyyy)
pen.right(i) pen.right(i)
yyyyyyyyyy+=1 pen.pencolor(colors)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
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