Please let me know if you have a better solution:
target = 'Some Thing'
items = ['Some','Thing']
all(map(lambda x: x in target, items))
Yuji's Increasingly Infrequent Ramblings
Please let me know if you have a better solution:
target = 'Some Thing'
items = ['Some','Thing']
all(map(lambda x: x in target, items))