Commit 31147fe0 by BellCodeEditor

save project

parent 70f45875
Showing with 7 additions and 2 deletions
...@@ -5,4 +5,9 @@ for a in range(5): ...@@ -5,4 +5,9 @@ for a in range(5):
pen.right(144) pen.right(144)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
请使用turtle模块画出五角星 pen=turtle.Pen()
\ No newline at end of file pen=fillcolor("green")
pen=begin_fill()
for i in range(6)
pen.end_fill
tontle.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