Implementing TCP Communication Between Client and Server Using Python Code
Code execution environment
Client:Win10 64bit
Server:Ubuntu16.04 LTS
The difference of the python environment results in subtle differences in the code syntax of the two files.
client.py:python3.6
server.py:python2.7