Vowel eater : python program : help this | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Vowel eater : python program : help this

use conditional execution and the continue statement to "eat" the following vowels A, E, I, O, U from the inputted word; print the uneaten letters to the screen, each one of them on a separate line.

4th Apr 2020, 9:40 AM
Muhammed Niyas
Muhammed Niyas - avatar
5 Answers
+ 2
Hint* Use a for loop and an if condition to filter the result
4th Apr 2020, 9:47 AM
Rik Wittkopp
Rik Wittkopp - avatar
0
Plz share your attempt
4th Apr 2020, 10:15 AM
Rik Wittkopp
Rik Wittkopp - avatar
4th Apr 2020, 10:19 AM
Rik Wittkopp
Rik Wittkopp - avatar
- 1
i dont know..how to do this
4th Apr 2020, 10:15 AM
Muhammed Niyas
Muhammed Niyas - avatar
- 1
thank you Rik Wittkopp
4th Apr 2020, 7:26 PM
Muhammed Niyas
Muhammed Niyas - avatar