📜  random.randint - Python 代码示例

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

代码示例6
from random import randint
print(randint(1,2))