Page 18 - PYTHON-11
P. 18

Program 12-WAP that counts the number of alphabets and digits,
               uppercase letters, lowercase letter, spaces and other characters in the

               string entered.


               Code:





























               ********Output of the program********
   13   14   15   16   17   18   19   20   21   22   23