how to do bitwise exclusive or of two strings in python?

Posted by mekasperasky on Stack Overflow See other posts from Stack Overflow or by mekasperasky
Published on 2010-04-10T08:15:14Z Indexed on 2010/04/10 8:23 UTC
Read the original article Hit count: 191

Filed under:

i would like to do bitwise exclusive or of words in python but xor of strings are not allowed in python . so how to do it ?

© Stack Overflow or respective owner

Related posts about python