发布时间:2019-09-07 08:12:04编辑:auto阅读(1713)
import re
Setaliyun=set('')
Setczgame=set('')
with open('alirpm.txt','r') as f:
for line in f:
Result=re.subn('-\d.*','',line)[0]
Setaliyun.add(Result)
#print(Setaliyun)
with open('gamerpm.txt','r') as f:
for line in f:
Result=re.subn('-\d.*','',line)[0]
Setczgame.add(Result)
#print(Setczgame)
#print(Setaliyun-Setczgame)
print(Setczgame-Setaliyun)
上一篇: Python第八周 学习笔记(1)
下一篇: python分析ip地理位置
47861
46424
37310
34757
29330
25989
24940
19966
19562
18048
5805°
6431°
5945°
5974°
7079°
5925°
5961°
6455°
6416°
7797°