最佳答案
我想创建一个二维数组数组,每一行上有不同数量的元素。
正在努力
cells = numpy.array([[0,1,2,3], [2,3,4]])
给出一个错误
ValueError: setting an array element with a sequence.