Commit d59dfb64 by BellCodeEditor

save project

parent 573bb06e
Showing with 3 additions and 5 deletions
import turtle
PEN=turtle.pen()
for i in range(S):
PEN.forword(100)
PEN=turtle.Pen()
for i in range(5):
PEN.forward(100)
PEN.right(144)
PEN.hideturtle()
turtle.done()
......@@ -9,5 +9,3 @@ turtle.done()
请使用turtle模块画出五角星
"""
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