Question: Exercise 7 . 1 - Counting alphabetical letters ( Python ) Write a function that counts the number of letters in a string. Only count
Exercise Counting alphabetical lettersPython
Write a function that counts the number of letters in a string. Only count alphabetical letters. Then write a test code to take a String and print out the number of alphabetical letters in the string.
Sample output:
Enter a string: Test Test
The number of letters in Test Test is:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
