Commit d59dfb64 by BellCodeEditor

save project

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