nwm solution in Clear category for Binary Count by magda_kudrycka
def checkio(number): nr = bin(number).count("1") return nr
Nov. 18, 2016