Question: solve the question in python 7. Write a recursive function that returns the first upper case letter in a string. Name the function firstupper (text).
7. Write a recursive function that returns the first upper case letter in a string. Name the function firstupper (text). For example, firstupper (sPECIAL) returns P
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
