Untitled-21.py 78 Bytes Edit 1 2 3 4 import random list=["石头","剪刀","布"] c=random.choice(list) print(c)