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