How do we update a value in a list?
We access the value by its index, then assign another value
We can't update values in lists
We access the value by its index, then assign another value.