Need help
I am working on a word guessing game including a sort of Wheel of Fortune and struggling with working on this problem. The player is given a category (Movie, Famous Person) and some number of blanks representing each character in the name of the movie or person. The user guesses one letter at a time and the program updates the display to include the letter where it appears in the name. The program should also display any character that was guessed incorrectly as well as the number of incorrect guesses remaining. The game ends when the user has filled in all of the characters or has reached the guessed incorrectly 5 times for a particular puzzle. The user should be allowed to play puzzles repeatedly and the program should keep track of how many puzzles the user has completed successfully. I want to show the number of words by using - but my code just showed one -. current output - 5 tries left. desire output ----- 5 tries left. https://code.sololearn.com/cp0z8T73r4G3