Zeros and Ones

  • + 0 comments

    I Code this but it dosen't approved my solve why? y = np.zeros(([3,3,3]),dtype=np.int32) print(y) x = np.ones(([3,3,3]),dtype=np.int32) print(x)