Filter the humidity list to get only the levels that are too low, by checking if level < 30.
humidity
level < 30
Make sure to type if level < 30.
if level < 30