Commit f956eed5 by BellCodeEditor

save project

parent d5ba2a93
Showing with 3 additions and 14 deletions
name=input("你叫啥:") player=input("宝贝你出什么拳:")
print(name+"mother") print("爷出石头"+player)
import turtle \ No newline at end of file
pen=turtle.Pen()
color=input("mother,你要什么颜色:")
pen.fillcolor(color)
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