Newspeak vowels X93837


Statement
 

pdf   zip

html

Input

The input will be a single word.

Output

The output will be the word with two consecutive reversed vowels.

Public test cases
  • Input

    source
    

    Output

    suorce
    
  • Input

    plan
    

    Output

    plan
    
  • Input

    beautiful
    

    Output

    beautiful
    
  • Information
    Author
    HP CodeWars
    Language
    English
    Official solutions
    Python
    User solutions
    C++ Haskell Python