From d2e892ea87b1e0e89bda8d53108e2707900ddc90 Mon Sep 17 00:00:00 2001 From: exfrog <36036563+exfrog@users.noreply.github.com> Date: Mon, 27 Jul 2020 00:47:23 -0700 Subject: [PATCH] Update connect4.py updated correct name of game --- solutions/ch-08-problem-solving/connect4.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solutions/ch-08-problem-solving/connect4.py b/solutions/ch-08-problem-solving/connect4.py index f582496..7a39f02 100644 --- a/solutions/ch-08-problem-solving/connect4.py +++ b/solutions/ch-08-problem-solving/connect4.py @@ -4,7 +4,7 @@ def main(): print() - print("Welcome to TIC TAC TOE from TALK PYTHON") + print("Welcome to Connect 4 from TALK PYTHON") print() # CREATE THE BOARD: