numpy.zeros returns a numpy.ndarray object, all the elements of which are 0. Examples. import numpy a1 = numpy.zeros(5) a2 = ...
確定! 回上一頁