Python все элементы в списке в другом списке

set(['a', 'b']).issubset(['a', 'b', 'c'])
Pleasant Panda