python: np.zeros Cannot construct a dtype from an array code example Example: np.zeros([8,8,3]) >>> np.zeros([8,8,3]) array([[ 0.], [ 0.]])