Загрузка данных
def vaccine_effect(value): tmp = [] for t in immunoglobulins: if t[1] >= value: tmp.append(t) immunoglobulins[:] = tmp