标签: python python-3.x
我试图从hostAll中删除tempHost的内容,但是for循环没有循环通过完整的hostAll,它完成了hostAll的一半。
for i in hostsAll: for j in tempHosts: if i == j: hostsAll.remove(i)