Changing List Objects

How to modify lists in Python, including how to update an existing item, add a new item using the append function, and remove an item with the remove function.