Write a function to convert the string to all lowercase?
Login to Submit
Input: "CAT" Output: "cat" Input: "BooK" Output: "book" Input: "ComPuTeR" Output: "computer"