Question
Which function converts all of the letters in a string to lowercase?(1 point)Responseslength()length()islower()islower()makelower()makelower()lower()
Answers
GPT-4o mini
The correct function that converts all of the letters in a string to lowercase is `lower()`.