
Majority
We have a list of logic values (bool). Let's check if the majority of elements are True.
Some cases worth mentioning: 1) an empty list should return False; 2) if True-s and False-s have an equal amount, function should return False.
Input: A list...
You should be an authorized user in order to see the full description and start solving this mission.