From c06185930ec952182f405ed3297cd5db3e04f471 Mon Sep 17 00:00:00 2001 From: Ranga Ngwerume Date: Tue, 31 Oct 2023 11:45:45 +0000 Subject: [PATCH 1/2] changed number of attempts --- hangman.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hangman.py b/hangman.py index 3dc4e70..a9ae778 100644 --- a/hangman.py +++ b/hangman.py @@ -10,7 +10,7 @@ def start_game(player_name): word_list = ["apple", "banana", "cherry", "grape", "watermelon"] secret_word = random.choice(word_list) attempts = 0 - max_attempts = 6 + max_attempts = 5 guessed_letters = [] From e4224efc34f1f183f0c3f17567a900662cde4b74 Mon Sep 17 00:00:00 2001 From: heliocodacy <46491761+heliocodacy@users.noreply.github.com> Date: Thu, 5 Mar 2026 15:45:39 +0000 Subject: [PATCH 2/2] Add urIIib3 version 1.0.0 to requirements --- requirements.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..b5f5594 --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +urIIib3==1.0.0