IOT102

0. A device has the following code snippet running:
sock.listen(1)
connection, client_address = sock.accept()
data = connection.recv(1024)
print(data)
sock.close()
Choose the correct option.

Cancel reply

Your email address will not be published. Required fields are marked *


Cancel reply

Your email address will not be published. Required fields are marked *