diff --git a/Hangman Project/Day7.py b/Hangman Project/Day7.py index b610d124..cb85ceef 100644 --- a/Hangman Project/Day7.py +++ b/Hangman Project/Day7.py @@ -11,7 +11,7 @@ word_length = len(chosen_word) end_of_game = False -lives = 6 +lives = 7 #TODO-3: - Import the logo from hangman_art.py and print it at the start of the game. from hangman_art import logo