From ce176109e36bae1d64e4905240fbb1601f76cc98 Mon Sep 17 00:00:00 2001 From: bmvcbr Date: Tue, 29 Oct 2019 20:00:02 -0400 Subject: [PATCH] changed winning message --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index 79aed01..0414851 100644 --- a/game.py +++ b/game.py @@ -53,7 +53,7 @@ # print You Won if failed == 0: - print ("You won") + print ("Congrats, you found the word!!!") # exit the script break