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