readme-script
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import re
|
||||
|
||||
|
||||
def count_vowels(str):
|
||||
import re
|
||||
|
||||
|
||||
def count_vowels(str):
|
||||
return len(len(re.findall(r'[aeiou]', str, re.IGNORECASE)))
|
||||
Reference in New Issue
Block a user