Commit e6f3a336 by BellCodeEditor

save project

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