Commit 55831df4 by BellCodeEditor

auto save

parent d7f366ce
Showing with 3 additions and 1 deletions
......@@ -5,7 +5,9 @@
import turtle
pen = turtle.Pen()
colors=["red","orange","green","blue"]
colors=["black","purple","brown","gray"]
screen=turtle.Screen()
screen.bgcolor("pink")
# 请创造师在下面接着创作
for i in range(1,300):
pen.pencolor(colors[i%4])
......
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