Commit 7fb42127 by BellCodeEditor

save project

parent ad635847
Showing with 5 additions and 6 deletions
"""
请使用turtle模块画出五角星
"""
import turtle
pen=turtle.pen
pen.fillcolor("red")
pen.begin_fill()
open=turtle.pen()
for i in range(5)
pen.forward(200)
......@@ -9,5 +10,3 @@ for i in range(5)
pen.hideturtle()
pen.done()
pen.fillcolor("red")
\ No newline at end of file
pen.begin_fill()
pen.eng_fill()
\ 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