Question: Python programming. please copy and paste the code Write a function that accepts a sentence and calculate the number of letters, spaces, symbols and digits.
Python programming. please copy and paste the code
Write a function that accepts a sentence and calculate the number of letters, spaces, symbols and digits. (If the character is not a letter or space or number, assume it is a symbol)
EXAMPLE PROGRAM RUN
INPUT
hello CLASS! 123
OUTPUT
LETTERS 10
DIGITS 3
SYMBOLS 1
SPACES 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
