Today I will teach about .Title function in python is the Python String Method which is used to convert the first character in each word to Uppercase and remaining characters to Lowercase in string and returns new string. Syntax: str. Title() parameters:str is a valid string which we need to convert.