0709. To Lower Case
Description
**Input:** s = "Hello"
**Output:** "hello"**Input:** s = "here"
**Output:** "here"**Input:** s = "LOVELY"
**Output:** "lovely"ac
Last updated
**Input:** s = "Hello"
**Output:** "hello"**Input:** s = "here"
**Output:** "here"**Input:** s = "LOVELY"
**Output:** "lovely"Last updated