Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 292 Bytes

File metadata and controls

8 lines (6 loc) · 292 Bytes

python-string-operations...

ganesh kavhar python projects.....https://ganeshmkavhar.000webhostapp.com/

STRING OPERATIONS:-

1). COUNT THE FREQUENCY OF EACH WORD IN THE STRING. - charfreqcount.py 2). CONVERT STRING TO BINARY - txtbin.py 3). TO CHECK IF STRING IS PALINDROME - palindrome.py