Login and get codingIn this Bite you will work with a list of names.
1. Write a function that accepts a list of names and title cases them and removes duplicates.
2. Next, sort the list in alphabetical descending order by surname.
3. Finally, find the shortest first name.
You can assume that the names in the list are single strings composed of two words: one given name and one surname.
Python built-ins will be very useful for solving these problems in very concise ways. Get it sorted!
3084 out of 3406 users completed this Bite.
Will you be the 3085th person to crack this Bite?
Resolution time: ~51 min. (avg. submissions of 5-240 min.)
Our community rates this Bite 4.63 on a 1-10 difficulty scale.
» Up for a challenge? 💪