The zeros tool returns a new array with a given shape and type filled with 0's. import numpy print numpy.zeros((1,2)) #Default type ...
確定! 回上一頁