Question: 1001 Write a PYTHON 3 program hangman.py that chooses a random secret word from a dictionary and allows the user to repeatedly guess a letter
1001 Write a PYTHON 3 program hangman.py that chooses a random secret word from a dictionary and allows the user to repeatedly guess a letter in the secret
word until they have made 6 guesses. Before each guess, print the number of guesses remaining and the letters guessed so far. At the end, print the
secret word.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
