All problems
EasyStrings
Count vowels
Count the vowels (a, e, i, o, u — case insensitive) in a string.
- #strings
- #counting
Sample input
"Bangalore India"
Sample output
7
count-vowels.py
Output
Press "Run code" to execute.
Loading…
Count the vowels (a, e, i, o, u — case insensitive) in a string.
"Bangalore India"
7
Press "Run code" to execute.