import numpy as np array= [1, 2, 4, [5, [6, 7]]] np.array(array, dtype=object) print("the int array is :",array). The output of this code is : the int array ...
確定! 回上一頁