(Day 07) Task : Hangman Project :-
Our goal is to build a Hangman game using everything we have learnt about Python programming.
Goal:The player has to guess a hidden word, letter by letter, before running out of lives (wrong guesses).
How It Works:
Random Word Selection:
The game r...
100-days-of-code-python.hashnode.dev8 min read