Skip to content

**Lists and strings , loops** Count vowels in a string, every letter in the english alphabet is either a vowel or consonant, [a, e, i, o, u] is a list of all vowels. The rest are all considered consonants. Write a function that takes a string and returns a tuple containing a new string made of all and only the vowels from the original string and…

AineKiraboMbabazi/Lists-and-strings-loops

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

challenge2Day2

About

**Lists and strings , loops** Count vowels in a string, every letter in the english alphabet is either a vowel or consonant, [a, e, i, o, u] is a list of all vowels. The rest are all considered consonants. Write a function that takes a string and returns a tuple containing a new string made of all and only the vowels from the original string and…

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages