zeros((2, 3, 4)) >>> n_index = 0 # Python has 0-based indices >>> for i in range(2): # row index changes slowest ... for j in range(3): # then column index ...
確定! 回上一頁