🪢
Guess The Word
A word guessing game (Hangman-style without the drawing). The program picks a random programming-language word and you have six attempts to reveal…
A word guessing game (Hangman-style without the drawing). The program picks a random programming-language word and you have six attempts to reveal…
A word guessing game (Hangman-style without the drawing). The program picks a random programming-language word and you have six attempts to reveal it one letter at a time.
python Guess_the_word.py
Standard library only (random).
Yes — console game using only input()/print() and the random module.