Commit dda49fd0 by BellCodeEditor

auto save

parent 5066b5c7
Showing with 2 additions and 2 deletions
......@@ -7,10 +7,10 @@ import turtle
pen = turtle.Pen()
s=turtle.Screen()
s.bgcolor("black")
pen.speed(1000)
pen.speed(10000)
# 请创造师在下面接着创作
color=["red","orange","cyan","violet"]
for f in range(1,5000,1):
for f in range(1,500,1):
pen.pencolor(color[f%4])
pen.forward(f)
......
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