##// END OF EJS Templates
imanay -
r104:105
parent child
Show More
@@ -45,11 +45,11
45 host = "192.168.1." + str(i) No newline at end of file
45 host = "192.168.1." + str(i)
46 s.connect((host, 5500)) No newline at end of file
46 s.connect((host, 5500))
47
47
No newline at end of file
48 fd = open("input3.txt","r") No newline at end of file
48 fd = open("input2.txt","r") No newline at end of file
49 FileList = fd.readlines() No newline at end of file
49 FileList = fd.readlines()
50 data = "".join(FileList) No newline at end of file
50 data = "".join(FileList)
51
51
No newline at end of file
52 cmd = "SNDF" No newline at end of file
52 cmd = "ANST" No newline at end of file
53 No newline at end of file
53
54 dfl = 0 No newline at end of file
54 dfl = 0
55 lng = int2str(dfl) No newline at end of file
55 lng = int2str(dfl)
General Comments 0
You need to be logged in to leave comments. Login now