25. Python Program to count number of vowels in a string

preview_player
Показать описание
In this program we will learn how to calculate number of vowels in a given string using for loop.
Рекомендации по теме
Комментарии
Автор

ThanKs For The TuToriaLs Devesh. DurinG The series oF LearninG, I was wonderinG abouT how PyThon sTores or creaTes LisTs inside condiTions and Loops and, aT This poinT I couLd noT sTop askinG abouT ThaT. Taking The above exampLe oF counTinG vowels, we deFined a LisT insiDe For LooP. Should we creaTe a LisT using variabLe ouTside Loop and use iT inside The IF conDiTion or The waY we did in exampLe wouLd be The righT way. WhaT wouLd be The besT pracTice ? I am beinG a curiouS sTudenT 😁

YuvrajSharma