Python's Numpy module provides a function to create a numpy array of given shape & type and filled with 0's i.e,. numpy.zeros(shape, dtype=float, order='C').
確定! 回上一頁