Commit 968dd8cc by BellCodeEditor

save project

parent 69d78a72
Showing with 1 additions and 1 deletions
...@@ -8,7 +8,7 @@ screen = turtle.Screen() ...@@ -8,7 +8,7 @@ screen = turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
cs=["red","orange","yellow","green"] cs=["red","orange","yellow","green"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for a in range(1,10000): for a in range(1,1000000):
pen.pencolor(cs[a%4]) pen.pencolor(cs[a%4])
pen.forward(a) pen.forward(a)
pen.right(91) pen.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