151.py 139 Bytes Edit 1 2 3 4 import random list = ["李成烨","谢雨臣","吴宸瑶","刘承东","李怡涵","王镇豪"] letter=random.choice(list) print(letter)