Commit ec9cb4a9 by BellCodeEditor

save project

parent 6fcf8a6e
Showing with 2 additions and 2 deletions
......@@ -2,8 +2,8 @@ import turtle
"""五角星"""
pen=turtle.Pen
for i in range(5)
pen=turtle.Pen()
for i in range(5):
pen.forward(200)
pen.right(144)
pen.hideturtle()
......
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