Commit 54122ff2 by BellCodeEditor

save project

parent fba623d7
Showing with 10 additions and 3 deletions
# 玩家出拳 # 玩家出拳
lll=input("输入石头/剪刀/布") lll=input("输入石头/剪刀/布 ")
print("A玩家出"+lll) if lll=="石头":
\ No newline at end of file print("A玩家出"+lll)
elif lll=="剪刀":
print("A玩家出"+lll)
elif lll=="布":
print("A玩家出"+lll)
else:
print("你是有病吧")
\ 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