Commit c81cf573 by BellCodeEditor

auto save

parent 75e21376
Showing with 3 additions and 3 deletions
......@@ -4,11 +4,11 @@
"""
import turtle
screen = turtle.Screen()
screen.bgcolor("black")
screen.bgcolor("green")
pen = turtle.Pen()
# 请创造师在下面接着创作
colors=["pink","red","blue"]
for i in range(1,300):
colors=["orange","red","blue"]
for i in range(1,1000):
pen.forward(i)
pen.pencolor(colors[i%3])
pen.right(121)
......
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