Commit a16652fe by BellCodeEditor

save project

parent 96197cfa
Showing with 3 additions and 1 deletions
...@@ -6,7 +6,7 @@ import turtle ...@@ -6,7 +6,7 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
colors = ["red","orange","yellow","blue"] colors = ["red","orange","yellow","green"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for l in range(0,300,1): for l in range(0,300,1):
pen.color(colors[l%4]) pen.color(colors[l%4])
......
print("hello world")
\ 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