First solution in Clear category for The Hamming Distance by panaro32
def checkio(n,m): return bin(n^m).count('1')
May 27, 2014