if len(list_100) >= 1: b = max(list_100[-1]) ind = list_100[-1].index(b) for u in range(ind, (ind + 30), 1): list_new.append(list_100[-1][u])