Reverse - Tom Kleen

It is legal in Python to return more than one thing from a function. Just separate the things you want to return with a comma. Hint: this will require a nested loop. The outer loop steps through each character in the string and the inner loop also steps through each character in the string. ................
................