diy1.py 94 Bytes Edit 1 2 3 4 import random list=["拳头","剪刀","布"] computer=random.choice(list) print(computer)