Commit ffeba100 by BellCodeEditor

save project

parent a0cbfb52
Showing with 10 additions and 2 deletions
# 玩家出拳 player=input("请出拳(1.石头/2.剪刀/3.布):")
\ No newline at end of file print(type(player))
if player=="1":
player="石头"
elif player=="2":
player="剪刀"
else:
player="布"
print("玩家出拳是:"+player)
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