AT
import operator as op
from functools import partial, reduce
a, b, c = 1, 2, 3
x = 2
cond = reduce(op.or_, map(partial(op.eq, x), [a, b, c]))
print(cond)
Size: a a a
AT
import operator as op
from functools import partial, reduce
a, b, c = 1, 2, 3
x = 2
cond = reduce(op.or_, map(partial(op.eq, x), [a, b, c]))
print(cond)
AT
AT
БГ
import operator as op
from functools import partial, reduce
a, b, c = 1, 2, 3
x = 2
cond = reduce(op.or_, map(partial(op.eq, x), [a, b, c]))
print(cond)
AT
AT
AT
БГ
AT
R3
AT
AT
БГ
А
AT
flag
R3
AT