Commit 13b6eff3 by BellCodeEditor

save project

parent 3aef210f
Showing with 9 additions and 3 deletions
# 我们都爱夸夸夸
#name = input("请输入你的名字:")
turtle
#turtle
#
import turtle
turtle.pen()
#画直线
for z in range(5):
turtle.forward(120)
turtle.right(144)
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