Question: Develop the beginnings of a tic-tac-toe program. Display the board; ask the user for a board position to place an 'X'; if the position is

Develop the beginnings of a tic-tac-toe program. Display the board; ask the user for a board position to place an 'X'; if the position is currently empty, place the 'X' in that position. You will need two functions: displayBoard(board): This function will display the board to the screen and return the number of Xs displayed. filled(board): This function returns True if there are no empty spaces on the board, False otherwise Run the program to see the I/O Be sure to use the template given or your program will not pass the tests
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
