To add the newest humidity value at the beginning of the list, start by coding humidity_level and .insert().
humidity_level
.insert()
Make sure to type humidity_level.insert().
humidity_level.insert()