Computer Science, asked by tomba3192, 11 months ago

How to bitwise XOR of hex numbers in Python?

Answers

Answered by Anonymous
0

bitwise XOR of hex numbers in python. how can we XOR hex numbers in python eg. I want to xor 'ABCD' to '12EF'. answer should be B922.

Similar questions