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