I am attempting a variant of this simple function:
def reverse_this(thisArray): saved_first = thisArray[0] thisArray = thisArray[1:] thisArra