位置:首頁 > 軟件操作教程 > 編程開發(fā) > Python > 問題詳情

Random.randrange ([start], stop[, step]) 函數(shù)在python的random模塊

提問人:楊紫紅發(fā)布時(shí)間:2020-11-23
從指定范圍內(nèi),按指定基數(shù)遞增的集合中 獲取一個(gè)隨機(jī)數(shù)。如:

random.randrange(10, 100, 2),結(jié)果相當(dāng)于從[10, 12, 14, 16, ... 96, 98]序列中獲取一個(gè)隨機(jī)數(shù)

image.png

image.png

image.png


繼續(xù)查找其他問題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部