Skip to navigation
Compare 2 lists and return the different in python
07.12.13
diff = list(set(list1) - set(list2))
Reply
Anonymous
Information Epoch 1756308612
Solving the next 5% probably costs more than the previous 90%.
Home
Notebook
Contact us