import numpy as np. #数组形式:[[]]. [[1, 2, 3, 4], [1, 2, 3, 4]]. #创建数组. a = np.array([1, 2, 3, 4]) #创建一维数组方法一. b = np.array((5, 6, 7, ...
確定! 回上一頁