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