check if multiple items are in a list python code example Example: python if in list multiple >>> all(x in ['b', 'a', 'foo', 'bar'] for x in ['a', 'b']) True