String Reversal

Easy

📝 Description

Reverse a given string

Input Format

A string

Output Format

Reversed string

Constraints

1 ≤ string.length ≤ 1000

🔍 Sample Input

"hello"
            

✅ Sample Output

"olleh"
            

Code Editor

Please login to run and submit code.

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