Commit 645f45fa by BellCodeEditor

save project

parent 064a43a4
Showing with 8 additions and 8 deletions
import turtle import turtle #导入工具
pen=turtle.Pen() pen=turtle.Pen() #创造画笔
for i in range(5): for i in range(5): #有限循环
pen.forward(200) pen.forward(200) #直行200
pen.right(144) pen.right(144) #右转144度
pen.hideturtle() pen.hideturtle() #隐藏画笔
turtle.done() turtle.done() #保存画布
\ No newline at end of file \ 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