Idiom #136 Remove all occurrences of a value from a list
Remove all occurrences of the value x from list items.
This will alter the original list or return a new list, depending on which is more idiomatic.
Remove all occurrences of the value x from list items.
This will alter the original list or return a new list, depending on which is more idiomatic.