# Count the Vowels
Read a line of lowercase text and print how many vowels (a, e, i, o, u) it contains.
# Count the Vowels
Read a line of lowercase text and print how many vowels (a, e, i, o, u) it contains.
3 test cases will be run on submit (sample tests shown above are also graded).