VOWEL COUNTER | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

VOWEL COUNTER

List =input def counter(list) : Vowel= "aeiouAEIOU” count=sum([1 for x in “ ".join(list) if x in vowel]) return count Print(counter(list))

18th Mar 2023, 2:22 PM
47/PRO😈
47/PRO😈 - avatar
3 Answers
+ 6
What is your question?
18th Mar 2023, 2:49 PM
Lisa
Lisa - avatar
18th Mar 2023, 2:52 PM
Sakshi
Sakshi - avatar
+ 2
Please use relevant tags for your post ... https://code.sololearn.com/W3uiji9X28C1/?ref=app
18th Mar 2023, 2:45 PM
Ipang