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