Commit f690ff4b by BellCodeEditor

save project

parent d4b0525a
Showing with 22 additions and 3 deletions
name = input("请输入你的名字:") import turtle
print(name+",你是最棒的创造师耶!")
\ No newline at end of file a = turtle.Pen()
yanse = input("请输入您想要的五角星颜色:")
a.fillcolor(yanse)
a.begin_fill()
for i in range(5):
a.forward(200)
a.right(144)
a.end_fill()
a.hideturtle()
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