module documentation

Provides reverse_file function as use case for a stack.

Function reverse_file Overwrite given file with its contents line-by-line reversed.
def reverse_file(filename):

Overwrite given file with its contents line-by-line reversed.