Project Description
You will make a program that simulates a word guessing game!
The final program you will create in this project will pick a random word from a list of words. It will allow the user to guess letters in the word, one at a time. When the user guesses a letter, the program will reveal where that letter appears in the word. If the user guesses all the letters in the word, they win! However, if they make ten incorrect guesses before this happens, they lose.