lol solution in Clear category for Binary Count by Kamyfator
def checkio(number): return bin(number).count('1')
Oct. 24, 2016