About this document
Python String Title Case Example by Any Thing is a document available to read on EtoBox.
This Python program takes a string as input from the user and converts it to title case by capitalizing the first letter of each word using the title() string method. It then prints the title case version of the input string. The code is tested by running it and inputting the string "rohan needs money", which gets converted to "Rohan Needs Money" and printed.
- Author
- Any Thing
- Language
- EN