📜  python 从列表中选择样本并替换 - Python 代码示例

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

代码示例1
import random

random.choices(list, k = 4)