The index is a good way to access and change existing values, but how do we add new values to a list?

With append(), we can add values to the end of our list.

Yikes! That method doesn't seem to be valid here.