📜  从范围python代码示例生成随机数

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

代码示例6
from random import randrange
print(randrange(10))