Question: I need to do this in Python. Design a word guess game. Ask player 1 to input a word. Then player 2 guesses the word.
I need to do this in Python.
Design a word guess game. Ask player 1 to input a word. Then player 2 guesses the word. If the guessed word is not correct, program says "Your guess is not correct!". Player 2 can guess unlimited times until the answer is correct, or type "@exit" to quit the program. When player 2 types "@hint", print out the first and last letter of the word. When players 2 types "@hint" again, randomly tells one of the other unknown letter. After this, every time player 2 input "@hint", randomly tells one of the other unknown letter until no more unknown letters. If the guess is correct, print out "Yes
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
