Computer Science, asked by narayananvishnu100, 1 month ago

Python program to display
the number of vowels present in the string

Answers

Answered by Ritu710
2

Answer:

Python Program to Count the Number of Vowels in a String

Take a string from the user and store it in a variable.

Initialize a count variable to 0.

Use a for loop to traverse through the characters in the string.

Explanation:

mark me as a brainlist.

Similar questions