Commit 88d46ee0 by BellCodeEditor

auto save

parent 8a63956a
Showing with 9 additions and 0 deletions
import turtle#导入模块
pen=turtle.Pen()#创建画笔
pen.shape('turtle')#设置画笔形状
for i in range(5):
pen.forward(200)
pen.left(144)
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