Computer Science, asked by Pooranjoy8885, 11 months ago

Counting upper case letters and lower case letter in pyhton

Answers

Answered by Anonymous
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 riyaz112
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