Commit 1795de0f by BellCodeEditor

save project

parent 8732de30
Showing with 7 additions and 4 deletions
import turtle#导入turtle 工具包
PEN=turtle.Pen()#创建画笔
PEN.shape("turtle")#
PEN.forword(100)//
\ No newline at end of file
PEN=turtle.Pen()
for i in range(5):
PEN.forward(100)
PEN.right(144)
PEN.hideturtle()
turtle.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