First solution in Uncategorized category for Binary Count by UFO665
def checkio(number): return str(bin(number)).count("1")
Dec. 4, 2015
Comments: