import numpy as np >>> arr_1d = np.arange(6) >>> arr_1d array([0, 1, 2, 3, 4, 5]) >>> arr_1d.shape (6,). We can reshape this array to two dimensions using ...
確定! 回上一頁