News

Basic python practice. Contribute to kn369/Python-Practice development by creating an account on GitHub.
#Program 5. WAP to perform the following operations on a string. #1. find the frequecy of a character in a string. #Code string = "hello anjali to python" character = input ("enter a character ") f = ...