1001111 1100001 . 1001111 , , , 1100001 - , . Python . 0b Python/Python 3. , :
operator.xor(0b1001111, 0b1100001)
! 46 . . , Python/Python 3. bin(n). , 0b. , :
bin(operator.xor(0b1001111, 0b1100001))
0b ( , ), [2:] :
bin(operator.xor(0b1001111, 0b1100001))[2:]
( , * )
, operator.xor() :)
(99,9%), a^b. , , xor? xor, operator : from operator import a, b.... : bin(xor(a,b)). , , , :)