Commit 519353a8 by BellCodeEditor

auto save

parent 13a09c8a
Showing with 9 additions and 3 deletions
neme=input("输入名字") c=input("请问是否参加比赛(“是”或者“否”):")
print(neme+"你好啊") if c=="是":
\ No newline at end of file name=input("请输入参赛者的名字: ")
print(name+"欢迎参加石头剪刀布的比赛~")
p1=input("石头/剪刀/布 : ")
print("玩家出拳:"+p1)
else:
print("退出比赛")
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