Drills tagged with this skill, unpassed first. Pass them all to mark the skill ready for scenarios.
sum_evens(numbers) that returns the sum of the even numbers in a list. Empty list → 0.find_max(numbers) that returns the largest number in the list. If the list is empty, return None.remove_duplicates(items) that returns a new list with duplicates removed, keeping the order of first appearance.