"""
Hangman.

Authors: PUT_YOUR_NAME_HERE and YOUR_PARTNERS_NAME_HERE.
"""  # TODO: 1. PUT YOUR NAMES IN THE ABOVE LINE.

# -----------------------------------------------------------------------------
# TODO: 2. Implement Hangman using your Iterative Enhancement Plan.
#   Break a function down into calls to other functions whenever either:
#     -- You see a natural “chunk” of code, or
#     -- Your current function gets near the 15-lines-of-code maximum
#        that we specified for this project.
# -----------------------------------------------------------------------------

####### Do NOT attempt this assignment before class! #######