You can use tolist() method for converting NumPy array into Python List structure:- import numpy as np. np.array([[1,2,3],[4,5,6]]).tolist(). image.
確定! 回上一頁