Appearance
返回两个列表的差集。
from usepy import difference
lst1
lst2
>>> difference([1, 2, 3], [2, 3, 4]) [1]