Since we only want to keep five values in our list, use an instruction to remove the last value.
Make sure to pick humidity_level, followed by .pop().
humidity_level
.pop()