Get difference between two lists I have two lists in Python: temp1 = ['One', 'Two', 'Three', 'Four'] temp2 = ['One', 'Two'] I want to create a third list with items from the first list... April 15, 2022 0 Comments