This is a Multiple client server implementation in Python The server is able to connect multiple clients.
This program is able to take numerical input from the user and an operation to perform on them and then send all these inputs to the server. The server is responsible for calculating and returning the results to the clients
This program takes a numerical equation to the server and server then computes the results and return the results to the client.