📜  从 x 到 y 获取 n 个随机数 python 代码示例

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

代码示例1
import random
random.sample(range(31), 10)