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