Question: commplit the missing Write a function named string_check(_string) that finds and displays the number of upper case and lower case letters in the input string.

commplit the missing
Write a function named string_check(_string) that finds and displays the number of upper case and lower case letters in the input string. (14 points) def string_check(_string): #variable declarations #find the number of uppercase and lowercase letters for ... if elif else: 1001010 1110100 0100011 print("Input string:", _string) print("No. of upper case letters:", no_upper) print("No. of Lower case letters:", no lower) ) ENG
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
