返回: Python基础 索引页
在这个例子中,打印一个1到10 的随机数:
import random; print(random.randint(1,10));
输出结果:
8 《《《《 每次运行结果不同