Question: Write a Python program that prompts the user to enter a String, then uses a loop to count how many upper case vowels (AETOU)
Write a Python program that prompts the user to enter a String, then uses a loop to count how many upper case vowels ("AE"TOU") are there in the string. It also adds the letters of the string to a list called string/List and prints the list and number of vowels at the end.. Hint. Use the append () method to add to the list Support your code with python Comments (5% of the grade) Example: Enter string: "I Own 3 1-Phones Output: String List: [' 'O w. 'n 31 P. n. o. n. e. 's'] Number of Upper-case vowels: 3
Step by Step Solution
3.46 Rating (153 Votes )
There are 3 Steps involved in it
Heres a Python program that prompts the user to enter a string counts the number of uppercase vowels ... View full answer
Get step-by-step solutions from verified subject matter experts
