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