Question: PLEASE WRITE USING PYTHON Example 3 Write a function that accepts a sentence and calculate the number of letters, spaces, symbols and digits. (If the

PLEASE WRITE USING PYTHON
Example 3 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 10 points
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
