Fill the list comprehension so that only candidates with a score
at least THRESHOLD survive. Use a single >= comparison.
Expected output:
3 candidates above threshold
Fill the list comprehension so that only candidates with a score
at least THRESHOLD survive. Use a single >= comparison.
Expected output:
3 candidates above threshold