Input: `s` (str). Return: Integer count of vowels.
Input: 'aeiou'
Output: 5
Run your code to see output