string

PythonF

Toggle case (String)

Toggle case: Given a String S as input, the program must toggle the case of each alphabet. Boundary Condition(s):1 <= Length of S <= 100…
CF

String – Alphabets Frequency

Given a string S as the input, print the count of distinct alphabets in S followed by their frequency of occurrence. The upper case alphabets…