Next, code an elif statement for cases where the total is less than or equal to 100.
total
100
Make sure to pick elif followed by total and then <=, 100, :.
elif
<=
: