Question: Python Question 5.42 LAB: String case count Write a python program that reports the number of lower and upper case letters in a string from
5.42 LAB: String case count Write a python program that reports the number of lower and upper case letters in a string from user input, storing these values in the variables n_lower and n_upper respectively. You might want to use the str. islower() and str. isupper() methods. LAD ACTIVITY 5 42. 1. LAB String case de count 0/2 main.py Land default template 1 str_test - input() 2. Your code goes here printin lower, n upper Develop mode Submit mode When done developing your program press the Submit for grading button below This will submit your program for auto grading
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
