Question: Exercise 7 . 1 - Counting alphabetical letters ( Python ) Write a function that counts the number of letters in a string. Only count

Exercise 7.1- Counting alphabetical letters(Python)
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: Test123 Test123
The number of letters in Test123 Test123 is: 8
Exercise 7 . 1 - Counting alphabetical letters (

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!