Word Guessing python

by Jessica X

Description

The project is about the Guessing Words game,the computer first selects a secret word at random,then the program then prints out a row of dashes—one for each letter in the secret word. User input a letter and the word is redisplayed with all instances of that letter hown in the correct positions, along with any letters correctly guessed on previous turns. If the letter does not appear in the word, the user is charged with an incorrect guess. If user guessing the word, the program show (you win!).If user don't guess, the program show a image.