Lowercase Conversion

Medium

📝 Description

Convert a string to lowercase

Input Format

A string

Output Format

Lowercase string

Constraints

1 ≤ string.length ≤ 1000

🔍 Sample Input

"HELLO"
            

✅ Sample Output

"hello"
            

Code Editor

Please login to run and submit code.

Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run