Commit 3758d172 by BellCodeEditor

save project

parent 9a6e9aa1
Showing with 3 additions and 1 deletions
...@@ -4,7 +4,9 @@ ...@@ -4,7 +4,9 @@
""" """
import turtle import turtle
pen = turtle.Pen() pen = turtle.Pen()
colors("orange","yellow","green","red") screen=turtle.Screen
screen.color==black
colors["orange","yellow","green","red"]
# 请创造师在下面接着创作 # 请创造师在下面接着创作
for i in range(300): for i in range(300):
pen.pencolor(oclors[i%4]) pen.pencolor(oclors[i%4])
......
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