Question: Must be in Python 3.6 (please have a screen shot on the code) *15.15 (Find the number of uppercase letters in a list) Write a
Must be in Python 3.6 (please have a screen shot on the code)

*15.15 (Find the number of uppercase letters in a list) Write a recursive function to return the number of uppercase letters in a list of characters. You need to define the following two functions. The second one is a recursive helper function. def count def countHelper(chars, high): chars): Write a test program that prompts the user to enter a list of characters in one line and displays the number of uppercase letters in the list
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
