Can someone help me making a recursive code. There can't be any loops or global variables. These aren't allowed list.sort(), list.reverse(), list.insert(),
list.remove(), list.index(), list.count(), list.pop(), list.clear(), list.copy(). No LOOPS ALLOWED
CODE SHOULD BE RECURSIVE. Language should be Python.
