源代码
from numpy import random x = random.randint(100) print(x)
运行结果