Commit b75b7bcc by BellCodeEditor

save project

parent 7b6cce2e
Showing with 5 additions and 1 deletions
input(turtle) input(turtle)
Pen.=turtle.Pen请使用turtle模块画出五角星 Pen.=turtle.
fillcolor("red")
being_fill()
for i in range(5): for i in range(5):
Pen.foword(200) Pen.foword(200)
left(144) left(144)
end_fill()
Pen.hideturtle() Pen.hideturtle()
\ 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