Commit 3e2523cd by BellCodeEditor

save project

parent 85675ea6
Showing with 5 additions and 3 deletions
......@@ -8,9 +8,11 @@
"""
import turtle as t
# 请创造师在下面接着创作
t.speed(9999)
t.color("red","red")
for i in range(9999):
t.speed(90)
color=["red","pink","green","orange"]
for i in range(300):
t.pencolor(color[i%4])
t.forward(i)
t.right(91)
# 隐藏画笔,保存画布
......
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