Simple TCP client-server system that utilizes the Python socket library in which the server acts as a (simple) calculator to act on two numbers sent to it by the client. The server performs the ...