Commit 4333e4f3 by BellCodeEditor

save project

parent 3f51634e
Showing with 7 additions and 1 deletions
...@@ -5,6 +5,12 @@ For i in range(5) ...@@ -5,6 +5,12 @@ For i in range(5)
pen.right(144) pen.right(144)
pen.hideturtle() pen.hideturtle()
pen.done() pen.done()
pen.fillcolor(red) pen.fillcolor("红色")
pen.begin_fill() pen.begin_fill()
pen.end_fill() pen.end_fill()
for i in range(5):
pen.forward(200)
pen.right(144)
pen.end_fill()
pen.hideturtle()
turtle.done
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