数学建模例题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("学号:3005")
`

posted on 2024-10-28 11:49  VVV1  阅读(10)  评论(0)    收藏  举报