how to subtract items from a list python code example Example: subtract list from list python >>> z = list(set(x) - set(y)) >>> z [0, 8, 2, 4, 6]