random.randrange ([start,] stop [,step])#start – 指定范围内的开始值,包含在范围内。stop – 指定范围内的结束值,不包含在范围内。step – 指定递增基数。(就是选出多少个随机数)
python中的random.randrange()
最新推荐文章于 2024-06-21 13:26:24 发布
random.randrange ([start,] stop [,step])#start – 指定范围内的开始值,包含在范围内。stop – 指定范围内的结束值,不包含在范围内。step – 指定递增基数。(就是选出多少个随机数)