/vowel-function

A python program that takes a string and returns a tuple containing a new string made of all and only the vowels from the original string and the number of duplicates in the original string. Only the first instance of the vowel is considered.

Primary LanguagePython

No issues in this repository yet.