write a python function to seperate vowels and consonants from given string
Answers
Answered by
0
Answer:
Declare and initialize two integer counter variable as int vowels = 0 and consonants = 0
The user asked to enter a string to count vowels and consonants.
call the str.lower () string function to change upper case lettersto lower case letters
Similar questions
Social Sciences,
24 days ago
English,
24 days ago
History,
24 days ago
Social Sciences,
1 month ago
English,
1 month ago
Hindi,
9 months ago