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