I have been trying to program a function that takes two lists, and returns a list of the items from list one that DO NOT APPEAR in the list 2. This is the code I have so far