Volvo CarsEasyPython00:00

Welcome to the Python screen for the Mobile Engineer role at Volvo Cars.
The question is on your right: Reverse Volvo Cars App String. Read through the requirements first.
Would you like to talk through your approach, or are you ready to start coding?
In the Volvo Cars app, some UI utilities need to transform text before display. Write a function that takes a string s and returns a new string with its characters in reverse order.
ss in reverse order[::-1] or reversed().def reverse_string(s):