List | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

28th Feb 2017, 3:59 AM
Sk Maidur
Sk Maidur - avatar
4 Answers
+ 2
here I wrote code for you: https://code.sololearn.com/cqp3FkMOv9g1/?ref=app let me know if its all you want.
28th Feb 2017, 4:42 AM
Raj Kumar Chauhan
Raj Kumar Chauhan - avatar
+ 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??
28th Feb 2017, 4:54 AM
Sk Maidur
Sk Maidur - avatar
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.
28th Feb 2017, 5:39 AM
Raj Kumar Chauhan
Raj Kumar Chauhan - avatar
0
thank u again mate
28th Feb 2017, 6:59 AM
Sk Maidur
Sk Maidur - avatar