beginner
Vowel Counter
Count the number of vowels in a given text.
📝 프롬프트 내용
Write a script that accepts a text string and counts how many vowels (a, e, i, o, u) are present in the text.