Reverse a String (Execution Time Mode)
Featured
๐ Description
Write a function to reverse a given string. The input string should be reversed character by character.
๐ฅ Input
Type: string
A single string to be reversed.
๐ค Output
Type: string
The reversed string.
๐งช Sample Test Cases
Input:
Hello
Output:
olleH
Input:
Code
Output:
edoC