numpy.logical_or# numpy.logical_or(x1, x2, /, out=None, *, where=True, casting='same_kind', order='K', dtype=None, subok=True[, signature]) = <ufunc 'logical_or'># Compute the truth value of x1 OR x2 element-wise. Parameters: x1, x2array_likeLogical OR is applied to the elements of x1 and x2. If x1.shape != x2.shape, they must be broadcastable to a common shape (which becomes the shape of the outp