Write a python program that enter a string and count the alphabets, special characters and numbers
Answers
Answered by
5
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.
Similar questions