Retired

Legal Cat Names (retired)

Description:

You visit a land where legal cat names end with only vowels and start with only consonants. The names list will have a bunch of names. Return a new list with all the items that end with a vowel and start with a consonant.

Each word should be title cased.

For example: legal_names(['Tim', 'obia', 'LUI', 'fitoo', 'Candy', 'Cato the MIGHTY one']) => ['Lui', 'Fitoo', 'Cato The Mighty One']

Fundamentals
Lists

Stats:

CreatedOct 22, 2024
Warriors Trained10
Total Skips0
Total Code Submissions22
Total Times Completed9
Python Completions9
Total Stars0
% of votes with a positive feedback rating0% of 4
Total "Very Satisfied" Votes0
Total "Somewhat Satisfied" Votes0
Total "Not Satisfied" Votes4
Total Rank Assessments4
Average Assessed Rank
7 kyu
Highest Assessed Rank
7 kyu
Lowest Assessed Rank
8 kyu
Ad
Contributors
  • shreedave Avatar
Ad