strings
Write a function solution(s) that returns the string s reversed.
Example
solution("hello") → "olleh"
solution("Python") → "nohtyP"
solution.py
14px
📊 Test Results
Run your code to see test results here.