PYTHON
Solution must be recursive. You are not allowed to use loops, or use the python "in" operator.
Write a function which is p assed a list, and returns a list whose elements are in the reverse order of the original list. You may not use the built0in python reverse method.