Suppose x and y have each been assigned a list.  Write Pyth…

 Suppose x and y have each been assigned a list.  Write Python code that creates a new list w that contains each top-level element of x that occurs exactly once as a top-level element of y.  You can assume the lists have already been created and assigned to x and y, but you must create the new list w, as described above.