BeginnerStrings2000 ms256 MB
Clean Project Title
For a project URL preview, convert a project title to lowercase letters.
Statement
For a project URL preview, convert a project title to lowercase letters.
Input
One line containing a project title.
Output
Print the lowercase version of the title.
Constraints
- The title has at most 200 characters.
Examples
Example 1
Input
Study Habit TrackerOutput
study habit trackerEvery uppercase letter is converted to lowercase.
Sample runs use visible examples. Full submissions are checked securely on the server, and private test cases are not shown in the browser.