Question: Single File Programming Question Write a Python program that accepts a string and calculate the number of upper case letters and lower case letters.

Single File Programming Question Write a Python program that accepts a string and calculate the number of upper case letters and lower case letters. Input format A string in the first line Output format Print the original string in the first line. Number of upper case characters in the second line Number of lower case characters in the third line Refer to the sample output for the exact format ample testcases mput 1 he quick Brown Fox Output 1 The quick Brown Fox Upper case characters : 3 Lower case characters: 13
Step by Step Solution
There are 3 Steps involved in it
mainpy count10 variable count1 to calculte uppercase count20 variable count2 to calculte lowercase s... View full answer
Get step-by-step solutions from verified subject matter experts
