The title() method converts only the first letter of the words in a string expression to uppercase The strip() method in used to trim the values we want from the beginning and end of string values. If we don't write anything inside the method, by default it removes all spaces to the left and right. The strip() method can take a value in it. Trims all of this value at the begining and ..