python version 3
Classwork:Tic-Tac-Toe.
Write an algorithm to play Tic-Tac-Toe. (Use pseudocode)
Keeping in mind the different locations in the board:
Classwork: Keep on working on your program, YI_TTT.py to implement your algorithm. Write the program for the algorithm only. There is no need to show the board at this stage. Prompt the user for a number from 1 through 9 and display back the number your program decides to occupy.
Keep in mind that you need to test your program multiple times to make sure it works properly
If your program works well, compare it to the one in the book and see if you can improve yours if it is necessary