Your question is Reverse Greenhouse Candidate 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 Greenhouse Software, text from a candidate note or job post may need simple character-level transformation. Write a function that takes a string and returns the same string with its characters in reverse order.
ss in reverse orderYour function should preserve all characters exactly as they appear, including spaces, punctuation, and digits.
def reverse_string(s):