“基本”的區別在於numpy array 是固定大小的,而python list 是dynamic array的。 >>> class Foo: ... pass ... >>> x = numpy.array([Foo(), ...
確定! 回上一頁