Given a list of triples, return a list with the second element of each triple (If an item is not a triple, return None for that element )
solved Given a list of triples, return a list with the second element of each triple (If an item is not a triple, return None for that element )