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  

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

1 Expert Approved Answer
Step: 1 Unlock

Heres a Python program that prompts the user to enter a string counts the number of uppercase vowels ... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!