Commit d3cd39d9 by BellCodeEditor

save project

parent c6628be7
Showing with 9 additions and 2 deletions
player=input("出拳") player=input("出拳")
print("玩家出拳")# 玩家出拳 print("玩家出拳")#
\ No newline at end of file import random
list=["石头","剪刀","布"]
random.choice(list)
print(computer)
if player == computer:
print("平局")
else:玩家出拳
\ 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