Commit 60b78f17 by BellCodeEditor

save project

parent ceb3af9d
Showing with 4 additions and 5 deletions
import turtle
pen=turtle.Pen()
for i in range(5):
pen.forward(200)
pen.left(144)
import turtle# 导入turtle库
pen=turtle.Pen()#pen等于turtle的画笔
pen.shape("turtle")#改变画笔的形状
turtle.done()#保存画布
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