Opposite of set.intersection in python?

前端 未结 5 551
你的背包
你的背包 2020-12-24 11:20

In Python you can use a.intersection(b) to find the items common to both sets.

Is there a way to do the disjoint opposite version of this? Ite

5条回答
提交回复
热议问题