numpy.array() 功能:创建一个数据 vector = numpy.array([1,2,3,4]) matrix = numpy.array([1,2,3,4],[11,12,13,14]) numpy.shape 功能:查看有多少个对象在数组中 print(vector.shape)  print(matrix.shape)  numpy.genfromtxt() 功能:Load data from a text file(从txt加载数据) 文件内容示例: ear,WHO r