sum_of_vowels("Let\'s test this function.")
➞ 8
sum_of_vowels("Do I get the correct output?")
➞ 10
sum_of_vowels("I love edabit!")
➞ 12
Решение на нашем сайте.
#задача #coding
Pythonist.ru - помощь в подготовке к собеседованию на позицию Python Developer.
sum_of_vowels("Let\'s test this function.")
➞ 8
sum_of_vowels("Do I get the correct output?")
➞ 10
sum_of_vowels("I love edabit!")
➞ 12
Решение на нашем сайте.
#задача #coding