Python 3 for循环无法正常工作

时间:2016-08-05 10:17:57

标签: python python-3.x

我试图从hostAll中删除tempHost的内容,但是for循环没有循环通过完整的hostAll,它完成了hostAll的一半。

for i in hostsAll:
        for j in tempHosts:
            if i == j:
                hostsAll.remove(i)

0 个答案:

没有答案