Tic-Tac-Toe with numpy Output python3 tic_tac_toe.py Tic Tac Toe results is Tie!! python3 tic_tac_toe.py col win: [1 1 1] Tic Tac Toe winner is 1 python3 tic_tac_toe.py Row win: [2 2 2] Tic Tac Toe winner is 2