mmm

jmj,

Saturday, 18 June 2016

Introduction to socket programming in Python

Problem statement : 
We are going to make a server and a client using a Tcp connection using host 127.0.0.1 and port 5594.
The client sends a text to the server and the server returns the same text but in the reverse order.

Solution :