Alisaberi1 / vowel_count

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vowel_count

Return the number (count) of vowels in the given string.

We will consider a, e, i, o, u as vowels for this Kata (but not y).

The input string will only consist of lower case letters and/or spaces.

About


Languages

Language:Python 100.0%