Input: `s` (str). Return: The reversed string.
Input: 'abc'
Output: 'cba'
Run your code to see output