5
foggy7
1 9
118/ 145
Last seen 3 years ago
Member for 4 years, 9 months, 6 days
Difficulty Normal
Created a forum post "frequency sort 'extra' tests?"
The exercise frequency sort 'extra' test solutions work on my computer but not on checkio. The ch
Liked a comment created by Phil15 for forum post "Bird Language Regex"
You are not sure that these 3 vowels are identical. It could be `aei` and you would replace it by `i
Commented a forum post "Bird Language Regex" created by foggy7
Ok I get what you mean about aei. Thanks for pointing that out. Do you know of a good place onlin
Commented a forum post "Bird Language Regex" created by foggy7
Thanks for your suggestion it let me to: new_phrase= re.sub(r'([o|e|i|a|u|y]{2})([o|e|i|a|u|y]{1})
Liked a comment created by kurosawa4434 for forum post "Bird Language Regex"
    new_phrase = re.sub(r'(aa|ii|oo|ee|uu|yy)', '', test)

This mission requires like the following