Write a program that counts up the number of vowels contained in string s. With the help of Python programming language. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Write a program that counts up the number of vowels contained in string s. With the help of Python programming language.

I have tried.but not succeed in complete way... https://code.sololearn.com/ccuO7B9qqfrQ/?ref=app

19th Jun 2018, 4:15 AM
Shanu Kumar
Shanu Kumar - avatar
5 Answers
+ 1
thanks buddy 😇 James
19th Jun 2018, 5:29 AM
Shanu Kumar
Shanu Kumar - avatar
0
but can you elaborate problem in my programming..James
19th Jun 2018, 5:30 AM
Shanu Kumar
Shanu Kumar - avatar
0
why are you writing such as: for I in vowel and userString: instead I think it is also ok: for i in userString: then compare as I did
19th Jun 2018, 5:44 AM
Shanu Kumar
Shanu Kumar - avatar
0
obviously yours is efficient but just want to know James
19th Jun 2018, 5:45 AM
Shanu Kumar
Shanu Kumar - avatar
0
very efficient mind dude.. cool 😀James
19th Jun 2018, 6:19 AM
Shanu Kumar
Shanu Kumar - avatar