KM
Size: a a a
KM
З
R3
БГ
py3
import operator
ops = dir(operator)
print(*(op for op in ops if not op.startswith("_")), sep=", ")
abs, add, and_, attrgetter, concat, contains, countOf, delitem, eq, floordiv, ge, getitem, gt, iadd, iand, iconcat, ifloordiv, ilshift, imatmul, imod, imul, index, indexOf, inv, invert, ior, ipow, irshift, is_, is_not, isub, itemgetter, itruediv, ixor, le, length_hint, lshift, lt, matmul, methodcaller, mod, mul, ne, neg, not_, or_, pos, pow, rshift, setitem, sub, truediv, truth, xor
БГ
БГ
AT
БГ
БГ
AT
AT
БГ
AT
БГ
AT
AT
A
A
AE
file_new_list.append(en_rus_dict[line[0].lower()] + ' ' + line[1])
AE