#C5507. Remove Vowels
Remove Vowels
Remove Vowels
Given a string s consisting of lower-case letters and spaces only, your task is to remove all vowels from the string. The vowels are defined as \( \{a, e, i, o, u\} \).
You should output the string after removing all vowels. This problem tests your ability to manipulate strings and filter out certain characters.
inputFormat
The input consists of a single line containing the string \( s \).
\( s \) contains only lower-case letters and spaces.
outputFormat
Output the string after removing all the vowels. The output should be printed in a single line.
## sampleprogramming is fun
prgrmmng s fn