Commit def3e4d6 by BellCodeEditor

save project

parent 16b0e4f8
Showing with 11 additions and 3 deletions
n = input(" 输入名字") import turtle as tu
print(n,"你好") p = tu.Pen()
\ No newline at end of file c = input("输入颜色")
p.fillcolor(c)
p.begin_fill()
for i in range(5):
p.forward(200)
p.right(144)
p.end_fill()
tu.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