News

Suppose I have a list ['a', 'b', 'c', 'd']. I'm processing some data, and I want to know whether the variable x has a value that matches one of the values in the list. Is there an easy way to do ...