Question
Complete in Python Design a word guess game. Ask player 1 to input a word. Then player 2 guesses the word. If the guessed word
Complete 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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started