Commit c3a0b19b by BellCodeEditor

auto save

parent fa0dff60
Showing with 10 additions and 0 deletions
import turtle #导入,引入,输入
#print("hello world")#打印,输出
pen = turtle.Pen() #创建/保存
for i in range(4):
pen.forward(400)#控制画笔
pen.left(90)
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