board='''
| |
| |
--------|-----|--------
| |
| |
--------|-----|--------
| |
| |
'''
print (board)
while (board!=)
x_move=input ("it is x's turn where would you like to go (1-9): ")
print (board)
o_move=input ("it is o's turn where would you like to go (1-9): ")
print (board)