From f9004412b8bf472ac11525583276cc277d48ba66 Mon Sep 17 00:00:00 2001 From: Jan Lund Thomsen Date: Tue, 9 Jun 2020 20:35:49 +0200 Subject: [PATCH] Greetings Professor Falken --- game.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game.py b/game.py index 0ca1da0..3637afa 100644 --- a/game.py +++ b/game.py @@ -70,7 +70,7 @@ def handle_save_and_exit(): break if game.all_filled() == True: - print("What a shame. Noone won. Try again?") + print("The only winning move is not to play. Try again?") break # Otherwise, pass turn