Commit 0f6c7ba9 by BellCodeEditor

save project

parent bad98f74
Showing with 2 additions and 2 deletions
......@@ -4,8 +4,8 @@ import turtle
pen=turtle.Pen()
screen=turtle.Screen()
#颜色大小设置
screen.bgcolor("light pink")
colors=["white","blue","violet","cyan"]
screen.bgcolor("black")
colors=["red","orange","yellow","green"]
# 设置风车参数
pen.speed(1000)
#画风车
......
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