The following code explains the issue >>> import numpy >>> print numpy.__version__ 1.10.1 >>> a = [["a", 1], [2, 3]] >>> b = numpy.array(a) ...
確定! 回上一頁