Commit ceac6191 by BellCodeEditor

save project

parent a094a03d
Showing with 4 additions and 2 deletions
import turtle
pen = turtle.Pen()
colors=["red","orange","red","grenn"]
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
colors=["red","orange","red","green"]
# 请创造师在下面接着创作
for i in range(300):
pen.forward(i)
......
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