📜  如何在python代码示例中生成两个随机数

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

代码示例2
import random
print(random.randint(0,200))