NumPy numerical types are instances of dtype (data-type) objects, ... 2, 4]) >>> z = np.arange(3, dtype=np.uint8) >>> z array([0, 1, 2], dtype=uint8).
確定! 回上一頁