Your question is Reverse a 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.
Write a function that reverses a string. The function should return the reversed string as a new value.
s containing ASCII or Unicode characters.s in reverse order.def reverse_string(s):