Xor solution in Clear category for The Hamming Distance by flex
checkio = lambda n,m: bin(n^m).count('1')
Dec. 17, 2014