Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
別のリストの別のアイテムと一致することがわかった場合、リストからアイテムを削除するにはどうすればよいですか?
for item in bigIpList: for item2 in smallIpList: if item==item2: #remove item from bigIpList