diy1.py 234 Bytes Edit 1 2 3 4 5 6 7 player=input("智商有二百五的玩家请出拳:石头/剪刀/布:")# 玩家出拳 print("智商有二百五的玩家请出拳:"+player) import random list=["石头/剪刀/布"] computer=random.choice(list) print(computer)