I am trying to play a basic tic-tac-toe game by using socket module in python
This is my code for server
import socket from _thread import * server = &qu