Home /
Expert Answers /
Computer Science /
solve-this-question-in-python-language-you-are-given-a-string-remove-all-vowels-from-it-string-pa388
(Solved):
Solve this question in python language.
You are given a string. Remove all vowels from it. String ...
Solve this question in python language.
You are given a string. Remove all vowels from it. String can be in both lower or uppercase Aplhabets. Input Format Single line input denoting the string Constraints \( 1<= \) len(string) \( <=10^{\wedge} 6 \) Output Format print the resultant string Sample Input 0 hhSaaBjDh Sample Output 0 hhSBjDh Sample Input 1 otCEKhj lekIMYV Sample Output 1 tCKhjlkMYv