Your question is Reverse Zumper Search String. Start with the requirements on the right.
Run and submit as often as you like. When you're ready, talk me through your approach or go straight to the code.
In the Zumper mobile app, some text-processing utilities need to reverse user-entered strings. Write a function that takes a string and returns a new string with its characters in reverse order.
ss in reverse orderdef reverse_string(s):