Tic Tac Toe Game
This is a simple command-line Tic-Tac-Toe game implemented in Python. The game allows two players to take turns marking spaces on a 3x3 grid, and the first player to get three in a row wins.
The game board is displayed in the console.