diy1.py 129 Bytes Edit 1 2 3 4 player=input("石头,石头,布") print("玩家出拳"+player) list=["石头","石头","布"] computer=random.choice(list)