Python String program
Easy • 0 votes
📝 Question
Write a Python program that accepts a line of text from the user and performs following operations on it.
i) Toggle case
ii) Title case
iii) Sentence case
iv) Exit
Note: Menu will be repeated until the user selects the Exit option.