filmov
tv
count all letters, digits,and special symbols from given string #example #shorts #strings

Показать описание
Count all letters,digits and special symbols from a given string.
Input : Python$2021
Output : characters :6
Digits:4
Symbol:1
Input : Python$2021
Output : characters :6
Digits:4
Symbol:1