Reverse a String
Easy📝 Description
Given a string, print it in reverse order.
Input Format
A single string
Output Format
The reversed string
Constraints
1 ≤ length ≤ 100
🔍 Sample Input
hello
✅ Sample Output
olleh
Code Editor
Please login to run and submit code.
Results
Suggested Solution
Shortcuts: Ctrl+Enter to submit, Ctrl+Shift+R to run