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))
3 odpowiedzi
+ 6
What is your question?
+ 3
https://code.sololearn.com/cP7BPY36O4nY/?ref=app
The correct code is this
+ 2
Please use relevant tags for your post ...
https://code.sololearn.com/W3uiji9X28C1/?ref=app