13142 - Reverse string order   

Description

Given a string S, output the reverse of S.

 

Note that, in Python Language, you can use the function len() to get the number of characters of a string.

Input

A line of string

Output

The reversed string

Sample Input  Download

Sample Output  Download

Tags




Discuss