how to chekch if all elemtns in one list ore in the other list pytohn code example Example: python all elements in list in another list set(['a', 'b']).issubset(['a', 'b', 'c'])