You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The reason will be displayed to describe this comment to others. Learn more.
from socket import *
import time
s=socket.socket(AF_INET,SOCK_STREAM)
s.connect(("192.168.168.5",1001))
time.sleep(s)
s.send(b'"THis is my number ,im a ga,please call me from there +86 15877817333 chapter Minister,BUICK祝您身体健康 muiboin misoah tnodevils vor nonne。-10.24"')
tm=s.recv(1024)
s.close()
print("The time of server is %s"%tm.decode('ascii')).
f80ff56
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
from socket import *
import time
s=socket.socket(AF_INET,SOCK_STREAM)
s.connect(("192.168.168.5",1001))
time.sleep(s)
s.send(b'"THis is my number ,im a ga,please call me from there +86 15877817333 chapter Minister,BUICK祝您身体健康 muiboin misoah tnodevils vor nonne。-10.24"')
tm=s.recv(1024)
s.close()
print("The time of server is %s"%tm.decode('ascii')).