Question
. (25 points) Write a Python function that takes in input an English Sentence and prints the total number of vowels and the total number of consonants in the sentence. The function returns nothing. Note the sentence could have special characters like: white spaces, punctuation marks and numbers.
Question image 1