Commit 869d94aa by BellCodeEditor

save project

parent cf6836bf
Showing with 12 additions and 3 deletions
neme=input("你爸爸:") import turtle
print(name+"爸爸我是你儿子") Pen=turtle.Pen()
\ No newline at end of file ink =input("请输入色彩:")
Pen.fillcolor(ink)
Pen.begin_fill()
for i in range(5):
Pen.forward(200)
Pen.right(144)
Pen.end_fill()
Pen.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