Binary Count solution in Creative category for Binary Count by JimmyCarlos
checkio=lambda n:bin(n).count("1")
Sept. 11, 2018