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!
2916 out of 3214 users completed this Bite.
Will you be Pythonista #2917 to crack this Bite?
Resolution time: ~52 min. (avg. submissions of 5-240 min.)
Pythonistas rate this Bite 4.61 on a 1-10 difficulty scale.
» Up for a challenge? 💪