Commit 213a7e50 by BellCodeEditor

save project

parent 350950db
Showing with 5 additions and 5 deletions
......@@ -4,12 +4,12 @@
"""
import turtle
pen = turtle.Pen()
screet = turtleeet.Screet()
screet.bgcolor("black")
colo_list = ["red","orgern","yellow","green"]
pen = turtle.Pen()
screet = turtleeet.Screet()
screet.bgcolor("black")
colo_list = ["red","pink","blue","green"]
# 请创造师在下面接着创作
for i in range(1,300):
for i in range(1,300):
pen.color(color_list[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