Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
Life is Short! solution in Creative category for Majority by PHANTOM0308
is_majority = lambda x: [True, False][ len(x)-sum(x) >= len(x)/2 ]
April 10, 2020
Comments: