Skip to content

arifakkermans/alphabet-letter-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

alphabet-letter-filter

The LetterFilter class takes a string in the constructor and stores it to its string attribute. The method filter_vowels returns a new string with all vowels removed from it. Similarly, the method filter_consonants returns a new string with all consonants removed from it.

Test

To test this app, you need to be in the src folder. Then run the following:

python -m pytest ../tests/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages