toggle

PythonF

Toggle Case

Simon wishes to convert lower case alphabets to upper case and vice versa. Help Simon by writing a program which will accept a string value S…
PythonF

Toggle – Digits and Words

The program must accept a string S which contains digits as integer values and words. The program must toggle the digits to words and words to…
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…