Computer Science, asked by Anonymous, 1 day ago

) Write output for following python game 10Marks i)Write Output of Hangman ii) Write Output of Treasure Trove​

Answers

Answered by XxsinglequeenxX28
1

A Hangman Game On Python is about guessing letters (A-Z) to form the words. If the player guesses the right letter that is within the word, the letter appears at its correct position. The user has to guess the correct word until a man is hung, then the game is over.

Similar questions