Commit 2053b33a by BellCodeEditor

save project

parent 5a78e67e
Showing with 1 additions and 1 deletions
player=input("玩家出拳")
print("玩家出拳"+player)
computer=random
computer=input("random")
if player==computer:
print("平局")
elif player=="石头"and computer=="剪刀":
......
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