Consider this Echo TCP Server:
#!/usr/bin/env python3 import socket HOST = \'127.0.0.1\' PORT = 65432 with socket.socket(socket.AF_INET, socket.SOCK_STREAM) as