Hangman Exercise

Introduction

In this exercise you will practice

Problem Description

You like word-guessing games.

Solution Description

Write a Python program in a file named hangman.py that implements the classic Hangman game. Game play proceeds as follows:

Your program should use two provided modules:

A finished hangman program will look something like this:

Tips

That Little Extra …

Extend your hangman program by writing thee additional Python files (in your hangman directory) and integrating their content into your hangman program: