Hipertensión1 = S == range(140,159) and D == range(90,99) So I'm trying to make a project related to the medical field.
I want the systolic value to be between 140 and 159 and the Diastolic value between 90 and 99 for Hipertension type 1 to be True.