this code returns True
a = [(\'e\', 4), (\'r\', 2), (\' \', 2), (\'h\', 2), (\'A\', 1), (\'t\', 1), (\'y\', 1)] print((\'e\', 4) in a) # True