Given a string s, print the reversed version of the string.
For example, if the input is hello, the output should be olleh.
A single line containing the string s.
A single line containing the reversed string.
world
dlrow
Constraints:
Given a string s, print the reversed version of the string.
For example, if the input is hello, the output should be olleh.
A single line containing the string s.
A single line containing the reversed string.
world
dlrow
Constraints: