Saved Bookmarks
| 1. |
Write a python program that enter a string and count the alphabets, special characters and numbers |
|
Answer» Answer: The PROGRAM allows the user to enter a String and then it counts and display the total NUMBER of Alphabets, NUMERIC, Special character and Space of the GIVEN string using the built-in function in Python programing LANGUAGE. |
|