What does the title() method do in Python strings?
It converts the first letter of every word to uppercase and others to lowercase.
It swaps the cases of all letters in the string.
It converts all letters to uppercase.
It converts all letters to lowercase.
This question is part of this quiz :
Python String Quiz