NumPy's main object is the homogeneous multidimensional array. ... 3) # 2d array >>> print(b) [[ 0 1 2] [ 3 4 5] [ 6 7 8] [ 9 10 11]] >>> >>> c ...
確定! 回上一頁