Count of substrings that contain atleast one vowel

后端 未结 0 1881
你的背包
你的背包 2021-02-12 11:18

Given string of lowercase letters (a-z).Determine number of strings with atleast one vowel.This is my code!

def isVowel(c) :  
  
    return (c == \'a\' or c == \         


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