How do we update a value in a list?

We access the value by its index, then assign another valueWe can't update values in lists

We access the value by its index, then assign another value.