From 47e9895d2bba7252acf29a1ed8b640362f696ffc Mon Sep 17 00:00:00 2001 From: Souvik Kumar Pramanik <123581988+souvikpramanikgit@users.noreply.github.com> Date: Mon, 28 Oct 2024 12:11:34 +0530 Subject: [PATCH] Update main.py --- Game_Development/Word Games with lives/main.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Game_Development/Word Games with lives/main.py b/Game_Development/Word Games with lives/main.py index 574ee665f8..ea8165106f 100644 --- a/Game_Development/Word Games with lives/main.py +++ b/Game_Development/Word Games with lives/main.py @@ -35,5 +35,3 @@ def update_clue(guessed_letter, secret_word, clue): print('You won! The secret word was ' + secret_word) else: print('You lost! The secret word was ' + secret_word) - -# Coded with 💙 by Mr. Unity Buddy