Format and Count solution in Clear category for Binary Count by obone
checkio = lambda number: "{0:b}".format(number).count('1')
July 4, 2019
Comments: