Counting upper case letters and lower case letter in pyhton
Answers
Answered by
0
Python Program to Calculate the Number of Upper Case Letters and Lower Case Letters in a String
The program takes a string and counts the number of lowercase letters and uppercase letters in the string.
Take a string from the user and store it in a variable.
Answered by
0
Answer:
Python Program to Calculate the Number of Upper Case Letters and Lower Case Letters in a String
The program takes a string and counts the number of lowercase letters and uppercase letters in the string.
Take a string from the user and store it in a variable.
Similar questions