I have a list of lists in Python. As illustrated below, I want to check if one of the sublists contains an item. The following attempt fails. Does anyone know of a simple way -- without me writing my own for loop?I have a list of lists in Python. As illustrate