First solution in Clear category for The Hamming Distance by a.a.v.worker
checkio = lambda n,m: bin(n ^ m).count('1')
Aug. 20, 2015