Commit 2b45b69f by BellCodeEditor

save project

parent 0c95b96b
Showing with 5 additions and 2 deletions
......@@ -7,8 +7,11 @@
import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
s=turtle.Screen()
s.bgcolor()
colors=["red","orange","yellow","green"]
for i in range(1,300):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
pen.speed(100000)
......
......@@ -5,7 +5,7 @@
import turtle
pen = turtle.Pen()
# 请创造师在下面接着创作
distance=
for i in range(300):
pen.forward()
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