«
module documentation

Provides recursive function to reverse elements of a sequence.

Function reverse Reverse elements in implicit slice S[start:stop].
def reverse(S, start, stop):

Reverse elements in implicit slice S[start:stop].