So I am writing code for a simple socket
while True: print(\'here\') connectionSocket, addr = serverSocket.accept() while True: