Commit 2b4ffc28 by BellCodeEditor

save project

parent 39a7698b
Showing with 2 additions and 2 deletions
...@@ -7,8 +7,8 @@ import turtle ...@@ -7,8 +7,8 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("light pink") screen.bgcolor("black")
colors=["blue","blue","blue","blue"] colors=["blue","black","blue","black"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
pen.speed(1000) pen.speed(1000)
for jinitaimei in range(1000): for jinitaimei in range(1000):
......
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