import Numpy as np array = np.arange(20) array ... 你可以确认变量 array 和 list 分别是Python列表和Numpy数组。 type(list). list. type(array).
確定! 回上一頁