• Courses
  • Code Compiler
  • Discuss
  • Pricing
  • Teams
Menu
+ 2

How to calculate the number of vowels and consonants in a string ?

Your advice means a lot to me. Help ✍️

pythonstringsconstantsvowel
22nd Nov 2022, 11:04 AM
SAJID 🎓
SAJID 🎓 - avatar
1 Answer
+ 5
s = input() c = 0 for ch in s.lower(): if ch in "aeiou": c +=1 print(c)
22nd Nov 2022, 11:22 AM
SoloProg
SoloProg - avatar

Often have questions like this?

Learn more efficiently, for free:

  • Introduction to Python

    7.1M learners

  • Introduction to Java

    4.7M learners

  • Introduction to C

    1.5M learners

  • Introduction to HTML

    7.5M learners

See all courses
Hot today
code coach
4 Votes
I m just begginer, i don't even understand how to use this app.. send help.. im at level 1
0 Votes
Does this app support the audio tag?
0 Votes
Hi im a begneer and i dont understand how to code if anyone whos smart replay
0 Votes
I dont know what i should do with java script
0 Votes
i want correct anwer code
0 Votes
Who should or which website should i visit or watch so i could learn python??
1 Votes
IndexOf()
1 Votes
أنا مبتدئ، كيف أبدأ تعلم البرمجة وما هي أفضل لغة لي؟
1 Votes
Is there a level after intermediate Python?
1 Votes