Commit 884d1a41 by BellCodeEditor

save project

parent 5635f515
Showing with 7 additions and 7 deletions
...@@ -6,14 +6,14 @@ import turtle ...@@ -6,14 +6,14 @@ import turtle
pen = turtle.Pen() pen = turtle.Pen()
screen = turtle.Screen() screen = turtle.Screen()
screen.bgcolor("light pink") screen.bgcolor("black")
colors=["white","blue","violet","cyan"] colors=["red","blue","violet","cyan"]
name=1 pen.speed(9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999)
pen.speed(100000000000000000000000000000000000000000) for i in range(1,999999):
for i in range(9999): i+1
pen.forward(i) pen.forward(i)
pen.right(140) pen.pencolor(colors[i%4])
pen.right(130)
# 隐藏画笔,保存画布 # 隐藏画笔,保存画布
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
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