Vowel Count Function

Easy

Input: `s` (str). Return: Integer count of vowels.

Example

Input: 'aeiou'
Output: 5
Run your code to see output