# Function that returns idx of true in return_idx = lambda bool_lis: list(filter(lambda i: bool_lis[i], range(len(bool_lis))))