Commit b78a2702 by BellCodeEditor

save project

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