Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
1-liner: formatting strings solution in Creative category for Binary Count by Stensen
checkio = lambda n: format(n, 'b').count('1')
Sept. 27, 2020
Comments: