62.0k views
0 votes
Write a functionnumberofvowels()that takes a string and returns the numberof vowels in the string. Write a functionnumberofconsonants()that takes astring and returns the number of consonants in the string. Write a program thatasks the user for a string and displays the number of vowels and consonants thatthe input string contains, by using the two functions. by python programming

User Ievgen
by
5.9k points

1 Answer

4 votes

Answer:

Detailed code and required output is attached.

Write a functionnumberofvowels()that takes a string and returns the numberof vowels-example-1
Write a functionnumberofvowels()that takes a string and returns the numberof vowels-example-2
User TeknasVaruas
by
5.4k points