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
5 Antworten
+ 1
thanks buddy 😇 James
0
but can you elaborate problem in my programming..James
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
0
obviously yours is efficient but just want to know James
0
very efficient mind dude.. cool 😀James