Retired
Vowel Master (retired)
Description:
Write a function that takes a string of words and returns the word containing the most vowels (a, e, i, o, u). If multiple words have the same maximum number of vowels, return the first one. If the string is empty then return an empty string.
Input:
- A string containing multiple words, separated by spaces.
- Words contain only alphabetic characters.
Output:
- A single word (string) containing the most vowels.
Similar Kata:
Stats:
Created | Jan 13, 2025 |
Warriors Trained | 21 |
Total Skips | 0 |
Total Code Submissions | 126 |
Total Times Completed | 18 |
Python Completions | 18 |
Total Stars | 0 |
% of votes with a positive feedback rating | 50% of 9 |
Total "Very Satisfied" Votes | 2 |
Total "Somewhat Satisfied" Votes | 5 |
Total "Not Satisfied" Votes | 2 |
Total Rank Assessments | 10 |
Average Assessed Rank | 7 kyu |
Highest Assessed Rank | 7 kyu |
Lowest Assessed Rank | 8 kyu |