709. To Lower Case | LeetCode | Solution | Python
Here is the link to the problem. An easy problem to solve. The problem description is easy. Given a string and we have to returns it in lowercase. We can solve this problem in many ways. The first one is we will check each character. If it is uppercase we will change it to lowercase. […]
709. To Lower Case | LeetCode | Solution | Python Read More »