Школа179: .temp

https://server.179.ru/wiki     редакция: 08.04.2022 09:49:34
Информатика/.temp
import networkzero as nw0

ip = '192.16.2.21:30179'
hello = nw0.discover("hello", ip)
reply = nw0.send_message_to(hello, "World!")
print(reply)
reply = nw0.send_message_to(hello, "Tim")
print(reply)