709. To Lower Case
🟩 Easy
Question
Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase.
Example 1:
Example 2:
Example 3:
Code
Last updated
Was this helpful?
🟩 Easy
Implement function ToLowerCase() that has a string parameter str, and returns the same string in lowercase.
Example 1:
Example 2:
Example 3:
Last updated
Was this helpful?