例2.15 加载模块示例

例2.15 加载模块示例


import math
import random
import numpy.random as nr
a=math.gcd(12,21)
b=random.randint(0,2)
c=nr.randint(0,2,(4,3))
print(a);print(b);print(c)

print("学号:3004")

posted on 2024-09-06 14:48  黄元元  阅读(5)  评论(0编辑  收藏  举报