Commit 272b7371 by BellCodeEditor

save project

parent 70157350
Showing with 3 additions and 5 deletions
......@@ -5,12 +5,11 @@ import turtle
Hong=turtle.Pen()
Hong.shape("turtle")
Hong.fillcolor("blue")
Hong.begin_fill()
for i in range(5):
Hong.forward(200)
Hong.right(144)
Hong.end_fill()
Hong.hideturtle()
turtle.done
turtle.done()
\ No newline at end of file
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