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: