数学建模例题2.16 导入模块示例

`
from random import sample
from numpy.random import randint
a=sample(range(10),5)
b=randint(0,10,5)
print(a);print(b)

print("学号:3005")
`

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