socket method send and receive method in python
Answers
Answered by
0
Answer:
The send()method of Python's socket class is used to send data from one socket to another socket.
The send()method can only be used with a connected socket. ...
The send() method can be used to send data from a TCP based client socket to a TCP based client-connected socket at the server side and vice versa.
Similar questions