Solution Review: Appending Value to the End of a List

This lesson will give you a detailed review of how to append values at the end of a list.

Solution 1: Use the append() Function

This solution is very simple and perhaps the more commonly used method in Python. You simply call the append function on your list, and your given arguments automatically get appended to your list automatically. This is what the process looks like:

Get hands-on with 1200+ tech skills courses.