[ { "title": "Reversed String", "description": "Reverse a String with a Function (revstring); the function is supposed to take the string as an argument and is supposed to return the reversed string and print it.", "solution": "problems/solution_reversed_string.py" }, { "title": "Sort List", "description": "Sort a List with a Function (sortlist); the function is supposed to take the list as an argument and is supposed to return the sorted list and print it.", "solution": "problems/sortlist.py" } ]