Commit ce3dc4a1 by BellCodeEditor

auto save

parent 4d512d86
Showing with 4 additions and 4 deletions
...@@ -7,11 +7,10 @@ pen = turtle.Pen() ...@@ -7,11 +7,10 @@ pen = turtle.Pen()
screen=turtle.Screen() screen=turtle.Screen()
screen.bgcolor("black") screen.bgcolor("black")
lji=["red","yellow","green","blue"] lji=["red","yellow","green","blue"]
# 请创造师在下面接着创作 # 请创造师在下面接着
for i in range(1,100000000,1): for i in range(1,10000,1)
pen.color(lji[i%4])
pen.left(91) pen.left(91)
pen.forward(i) pen.forward(100)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
\ 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