答案据documentation说:random.sample(population,k)返回从总体序列中选择的k长度的唯一元素列表。用于无需更换的随机抽样。基本上,它从序列中 ...
確定! 回上一頁