Commit 2369c172 by BellCodeEditor

save project

parent ddee2cfb
Showing with 1 additions and 1 deletions
...@@ -9,7 +9,7 @@ pen = turtle.Pen() ...@@ -9,7 +9,7 @@ pen = turtle.Pen()
# 请创造师在下面接着创作 # 请创造师在下面接着创作
distance=1 distance=1
pen.speed(0) pen.speed(0)
coulor_lest = ["red","blue","orenge","green"] coulor_lest = ["red","blue","orange","green"]
for i in range(4): for i in range(4):
pen.fillcolor(coulor_lest[i]) pen.fillcolor(coulor_lest[i])
pen.begin_fill() pen.begin_fill()
......
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