Question: PYTHON Write a program that accepts a sentence and calculate the number of letters and digits. Suppose the following input is supplied to the program:
PYTHON
Write a program that accepts a sentence and calculate the number of letters and digits.
Suppose the following input is supplied to the program:
hello class! 123
Then, the output should be:
LETTERS 10
DIGITS 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
