

if its not a known command to the server, the server sends to the client 'null' in order that it'll enter a new valid command. Сервер: import socket import time import random def message_init(client_socket): ''' this method gets the socket of the client and waiting for a command from the client if the command is one of the commands the server is familiar with, the method returns a proper message.
