Skip to content

Oithe/Alphabet-Filter-With-Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Alphabet-Filter

Given a string consisting of only lowercase characters, create two methods that remove all the consonants or vowels from the given word.

They must retain the original order of the characters in the returned strings.

For example, if we give input as "programming". The output will be as below.

prgrmmng

oai

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages