0
List
list=["a","b","c","d","e"] vowel=["a","e","i","o","u"] str_list[] now I want to write a code saying if you find vowel in the list then append it to str_list. how can I do it?? I am frustrated
4 Answers
+ 2
here I wrote code for you:
https://code.sololearn.com/cqp3FkMOv9g1/?ref=app
let me know if its all you want.
+ 1
thank you @raj Kumar... that's precisely what I needed... u seem good at this!!! how many months or years did it take for u to code independently??
0
I started coding in python 2-3 years back but am not regular since then.
somedays I do too much, sometime I don't code even in months. and I don't consider myself good...it's just ok type.
and I am coding independently since starting.
keep writing code...you will be much better in shorter time.
code on hackerrank, spoj, codechef, euler, hackerearth etc.
0
thank u again mate