python中如何把一组连续的 ip地址定义在一个集合里,并且可以供for函数调用
lst=[]#定义列表
'''生成数据'''lst.append()
for eachip in lst:print eachip