Commit f4d05bc8 by BellCodeEditor

auto save

parent f577259d
Showing with 3 additions and 2 deletions
......@@ -2,9 +2,10 @@
import turtle
pen = turtle.Pen()
sceen=turtle.Screen()
pen.pencolor("white")
# 请创造师在下面接着创作
colors=["red","orange","yellow","green"]
for i in range(1,301):
colors=["red","yellow","light blue","light green"]
for i in range(1,3000000000001):
pen.pencolor(colors[i%4])
pen.forward(i)
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