📜  从列表中随机选择 python 代码示例

📅  最后修改于: 2022-03-11 14:45:15.826000             🧑  作者: Mango

代码示例6
random.choice(seq)¶
Return a random element from the non-empty sequence seq.