Commit 60b78f17 by BellCodeEditor

save project

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