程序运行效果如下:
收起
import numpy as np a = np.random.randint(100,1000,(10,10)) max(a) min(a) max(a) - min(a)
报告相同问题?