Computer Science, asked by sriyalaxmidora, 3 months ago

Write a program to input a string with more than one word and check whether it is in title case or not, if yes print message “In title case” otherwise convert to title case and print this string. (Title case means that the first letter of each word is capitalised)

Answers

Answered by jai696
1

\huge\red{\mid{\fbox{\tt{Using\: Python\: 3}}\mid}}

print((s := input("string: ")).title())

\large\mathsf\color{lightgreen}useful?\: \color{white}\longrightarrow\: \color{orange}brainliest!

Similar questions