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