From 0772529129c025fed8dbc0bb494f11a70561f026 Mon Sep 17 00:00:00 2001 From: bmvcbr Date: Tue, 29 Oct 2019 19:56:47 -0400 Subject: [PATCH] changed message if char is not in word --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index fe24c71..79aed01 100644 --- a/game.py +++ b/game.py @@ -44,7 +44,7 @@ else: # if not found, print a dash - print ("_"), + print ("not in word :("), # and increase the failed counter with one failed += 1