diy1.py 108 Bytes Edit 1 2 3 4 5 list = ("请出拳("石头","剪刀","布)") import random choice = random.choice(list ) print(choice)