... python import numpy as np # make an array with numpy gfg = np.array([1, 2, 3, 4, 5]) # applying ndarray.tolist() method print(gfg.tolist ...
確定! 回上一頁