From bc3776b4d4288e70f8c3f2286fc89d8075cc7b51 Mon Sep 17 00:00:00 2001 From: Muhammad Saleem Chachar <88135749+Muhammad-Saleem-Ch@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:14:19 -0700 Subject: [PATCH] Update Day7.py --- Hangman Project/Day7.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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