标签: python enthought canopy
matrix = MatrixCreate(1,50) Randomize=numpy.random.random() print Randomize(matrix)
通过尝试上面的代码,我得到错误,因为“'float'对象不可调用”。