matrix = MatrixCreate(1,50)
Randomize=numpy.random.random()
print Randomize(matrix)
By trying out the above code, I get error as "'float' object is not callable ".
matrix = MatrixCreate(1,50)
Randomize=numpy.random.random()
print Randomize(matrix)
By trying out the above code, I get error as "'float' object is not callable ".