Python基本操作题

请补充横线处的代码,让 Python 帮你随机选一个饮品吧!import ① random.seed(1)listC = ['加多宝','雪碧','可乐','勇闯天涯','椰子汁'] print

腾讯文库Python基本操作题Python基本操作题