Commit 73fc3923 by BellCodeEditor

save project

parent 0c8b2ca7
Showing with 5 additions and 2 deletions
......@@ -7,11 +7,11 @@ import turtle
pen = turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
color=["red","orange","yellow","green","cyan","blue"]
color=["yellow","green","cyan","blue"]
# 请创造师在下面接着创作
pen.speed(9999)
for i in range(1,99999):
pen.pencolor(color[i%6])
pen.pencolor(color[i%4])
pen.forward(i)
pen.right(91)
# 隐藏画笔,保存画布
......
asdf=""
with open("C:\\Users\\Administrator\\Desktop","w",encoding="utf-8")as filel:
for i in
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