1-liner: formatting strings solution in Creative category for Binary Count by Stensen
checkio = lambda n: format(n, 'b').count('1')
Sept. 27, 2020