remove repeated vowels in string if 2 times ee then dont remove python code example
Example: python remove repeated characters from string
''.join(list(dict.fromkeys(list(messagel))))
''.join(list(dict.fromkeys(list(messagel))))