Count numbers of vowels and consonants from a given string

前端 未结 0 1504
渐次进展
渐次进展 2021-01-14 10:20

Question is Count numbers of vowels and consonants from a given string.

I did this, why is not working ??????

def is_vowel(ch):
    return ch in "         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题