Commit 4e81c978 by BellCodeEditor

auto save

parent ee89daae
Showing with 8 additions and 3 deletions
# 我们都爱夸夸夸
# name = input("请输入您的名字:")
# print(name)
# 导入库
import turtle
# 落笔
turtle.pen()
turtle.forward(100)
turtle.done()
# 一条直线
turtle.forward(300)
# 画布
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