activity 2 subtract elements of two lists in python code example Example: subtract list from list python >>> z = list(set(x) - set(y)) >>> z [0, 8, 2, 4, 6]