To Lower Case Problem
To Lower Case Problem — ExecCode School DSA Practice
Solve the To Lower Case problem on ExecCode. Free online school DSA practice in String. Write and run code in Java, C++, Python — no signup required to run.
Problem description
You are given a string of letters. Your task is to change every capital letter into a small letter. Print the new string.
Examples
Input Hello; Output hello. Input here; Output here
Constraints
1 <= n <= 10^5
Practice To Lower Case free on ExecCode. Browse DSA problems, topic map, and placement guides.