import random list=["石头","剪刀","布"] computer=random.choice(list) print(computer)