Our goal is to build a Hangman game using everything we have learnt about Python programming.
Goal:The player has to guess a hidden word, letter by letter, before running out of lives (wrong guesses).
How It Works:
Random Word Selection:
The game r...