Commit 74b719f9 by BellCodeEditor

save project

parent bdbe58ad
Showing with 15 additions and 0 deletions
'''
name = input("请输入名字:")
print(name + "你好啊!")
'''
import turtle as a
a.pencolor("red")
a.pensize(5)
a.fillcolor("yellow")
a.begin_fill()
a.shape("turtle")
for i in range(5):
a.forward(200)
a.right(144)
a.end_fill()
a.hideturtle()
a.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