+ 1
How to remove all vowels or letters what I want in a string?
Well... I want to create a vowel remover using python... I have it: myvar = input() print(myvar) So... I should do anything between the first and the second code line... What I do to remove all the vowels in any string that I wrote in input? For example "Hello"
3 Answers
+ 2
https://code.sololearn.com/cCO9X6uIwcw2/?ref=app
Not very familiar with python, but the above code works
+ 1
you can also do this
https://code.sololearn.com/ckj8V7TDcGL0/?ref=app
0
check the update, the previous code was not optimal.